- 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
- Backport changie to dbt-snowflake 1.2 (#216)
- Raise warning (not error) for custom code with isolated BEGIN; or COMMIT; statements (#388)
- Raise upperbound on cryptography to avoid vulnerabilities. (#376)
- Removed explicit dependencies for cryptography and requests (#476)
- Update
snowflake-connector-python
to 3.0 to address CVE-2022-42965 (#476)
- @dbeatty10 (#476)
- @mikealfare (#476, #476)
- In multi-query statements, prepend all queries with query comments. Use the last non-
COMMIT
query to store metadata about the model result. Note: this restores previous (pre-v0.21) behavior for incremental models and snapshots, which will again correctly reflect the number of rows modified inadapter_response.rows_affected
(#140, #147, #153) - Improve column comment handling when
persist_docs
is enabled (#161)
- Add grants to materializations (#168, #178)
- Add set_query_tag and unset_query_tag to the dbt macro namespace (#133, #132)
- Add precommits for this repo (#107)
- Cleanup redundant precommit hook command (#145)
- File rename to match reference to core (#152)
- Bump cryptography restraint upper bound to <37.0.0 (#171)
- Migrate oauth refresh script from core (#175)
- Lift and shift cross-database macros from dbt-utils (#162
- @hhobson (#171)
- @robscriva (#132)
- @dbeatty10 (#162
- @LewisDavies (#161)
For information on prior major and minor releases, see their changelogs: