- 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
- DDOS vulnerability in 41.0.5. Uptick to avoid (#852)
- remove support for python 3.7 (#638)
- Address some issues regarding gustom schema overrides. (#393)
- Support Python 3.11 (#331)
- Raise warning (not error) for custom code with isolated BEGIN; or COMMIT; statements (#388)
- Removed explicit dependencies for cryptography and requests (#476)
- Update
snowflake-connector-python
to 3.0 to address CVE-2022-42965 (#476)
- enable snowpark product team to attribute usage to dbt (#374)
- 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)
- incremental predicates support (#5680, #310)
- change to anonymous sprocs as the default (#305, #334)
- add back optional old uses of temp tables for incremental models in snowflake for perf increase in some cases (#323, #389)
- Update the Makefile command for
dev
(#340, #349) - change quote policy dataclass field to conform to 3.11 typing (#351, #350)
- Comment appropriate lines in
test.env.example
(#364, #364) - Incremental models that use temporary tables can no longer collide. (#306, #379)
- Strip sensitive data from Snowflake merge failure error messages (#123, #271)
- changing python_model test configs to take into account swap for anonymous_sproc as new default (#305, #337)
- 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)
- Enable a
tmp_relation_type
config for applicable incremental models (#402, #403)
For information on prior major and minor releases, see their changelogs: