Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 3.98 KB

CHANGELOG.md

File metadata and controls

59 lines (41 loc) · 3.98 KB

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.2.1 - March 16, 2023

Features

  • Backport changie to dbt-snowflake 1.2 (#216)

Fixes

  • Raise warning (not error) for custom code with isolated BEGIN; or COMMIT; statements (#388)

Dependencies

  • Raise upperbound on cryptography to avoid vulnerabilities. (#376)
  • Removed explicit dependencies for cryptography and requests (#476)

Security

  • Update snowflake-connector-python to 3.0 to address CVE-2022-42965 (#476)

Contributors

dbt-snowflake 1.2.0 - July 26, 2022

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 in adapter_response.rows_affected (#140, #147, #153)
  • Improve column comment handling when persist_docs is enabled (#161)

Features

  • Add grants to materializations (#168, #178)
  • Add set_query_tag and unset_query_tag to the dbt macro namespace (#133, #132)

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

Previous Releases

For information on prior major and minor releases, see their changelogs: