dbt-snowflake 1.5.0-b1 - February 22, 2023
Features
- Support for data types constraints in Snowflake following the dbt Core feature #6271 (#365)
- add back optional old uses of temp tables for incremental models in snowflake for perf increase in some cases (#323)
- Add configurable setting for keeping connections open on Snowflake (#201)
Fixes
- Remove dead code related to dbt.contracts.graph.parsed (#344)
- Respect quoting config in dbt-py models (#330)
- add adapter zone test for merge_exclude_columns (#410)
- Fix a minor typo in the user message for too many objects in a schema (#443)
Under the Hood
- Enable a
tmp_relation_type
config for applicable incremental models (#402) - enable snowpark product team to attribute usage to dbt (#374)
- remove tox call to integration tests (#382)
Dependencies
- Updates cryptography dependency to be <40.0.0 (#466)
- Increasing mypy cap to 1.0.0 (#452)
- Bump black to 23.1.0 (#432)
Contributors
- @b-per (#365)
- @dataders (#374)
- @dave-connors-3 (#410)
- @goFrendiAsgard (#443)
- @joshuataylor (#201)
- @kadekillary (#344)
- @surbias (#466)