dbt-snowflake Changelog
- This file provides a full account of all changes to
dbt-snowflake
. - Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
- Do not edit this file directly. This file is auto-generated using changie. For details on how to document a change, see the contributing guide
dbt-snowflake 1.4.0-rc1 - January 11, 2023
Features
Fixes
- Comment appropriate lines in
test.env.example
(#364, #364) - Incremental models that use temporary tables can no longer collide. (#306, #379)
Under the Hood
- Strip sensitive data from Snowflake merge failure error messages (#123, #271)
- Bump upper bound on
cryptography
to<39.0.0
(#359, #359) - Consistent capitalization for
CONTRIBUTING.md
(#368, #368) - rollback snowflake-connector-python to 2.8.1 to fix testing hangup. (#311, #372)
- Update exceptions to match dbt-core naming. (#366, #384)
Contributors
- @dave-connors-3 (#310)
- @dbeatty10 (#364, #359, #368)
- @verhey (#271)
dbt-snowflake 1.4.0-b1 - December 15, 2022
Features
- change when query_tag is set to cut down number of connections needed to increase performance at long distances to conversation with databases (#199, #294)
- change to anonymous sprocs as the default (#305, #334)
Fixes
- Update the Makefile command for
dev
(#340, #349) - change quote policy dataclass field to conform to 3.11 typing (#351, #350)
Under the Hood
- changing python_model test configs to take into account swap for anonymous_sproc as new default (#305, #337)
Feature
Dependency
Contributors
- @b-per (#349)
- @joshuataylor (#294)
Previous Releases
For information on prior major and minor releases, see their changelogs: