Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 3.07 KB

CHANGELOG.md

File metadata and controls

51 lines (35 loc) · 3.07 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.1.1 - March 16, 2023

Features

  • backport of dbt-changie to 1.1.latest (#216)

Dependencies

  • Updating the cryptography version upperbound to make sense for current scheme and avoid DDOS vulnerability.. (#375)
  • 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.1.0 - April 28, 2022

Features

  • Adds tests for incremental model unique key parameter (#91)
  • enables mfa token caching for linux when using the username_password_mfa authenticator (#65)

Fixes

  • Add unique_id field to docs generation test catalogs; a follow-on PR to core PR (#4168)

Under the hood

  • Add precommits for this repo (#107)
  • Add query_id for a query to run_result.json (#40)
  • Change logic for Post-failure job run (#67)
  • Update to version bumping script (#68)
  • Add contributing.md file for snowflake adapter repo (#79)
  • Use dbt.tests.adapter.basic in test suite (new test framework) (#105, #106)

Contributors

Previous Releases

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