dbt-snowflake 1.2.0 (July 26, 2022)
Features
- Add set_query_tag and unset_query_tag to the dbt macro namespace (#133, #132)
- Add grants to materializations (#168, #178)
Fixes
- 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)
Under the hood
- 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
Contributors
- @hhobson (#171)
- @robscriva (#132)
- @dbeatty10 (#162
- @LewisDavies (#161)