dbt-snowflake 1.5.0-b3 - March 16, 2023
Features
- Support Python 3.11 (#331)
- Enforce contracts on models materialized as tables and views (#464, #490)
- take over pr:103 to allow Macro for custom warehouse selection (#438)
Fixes
- Adds
query_tag
to the tuple returned by SnowflakeCredentials._connection_keys() (#251) - Raise warning (not error) for custom code with isolated BEGIN; or COMMIT; statements (#388)
Under the Hood
- Replace deprecated
set-output
command in GitHub workflows (#302)
Dependencies
- Removed explicit dependencies for cryptography and requests (#476)
Security
- Update
snowflake-connector-python
to 3.0 to address CVE-2022-42965 (#476)
Contributors
- @dataders (#331)
- @javiCalvo (#438)
- @joshuataylor (#331)
- @kevinneville (#302)
- @surbias (#251)