Skip to content

Latest commit

 

History

History
86 lines (62 loc) · 5.47 KB

CHANGELOG.md

File metadata and controls

86 lines (62 loc) · 5.47 KB

dbt-snowflake 1.2.0 (tbd)

  • 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)

Contributors

dbt-snowflake 1.1.0b1 (March 23, 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 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

dbt-snowflake 1.0.0 (December 3rd, 2021)

dbt-snowflake 1.0.0rc2 (November 24, 2021)

Fixes

  • Apply query tags for Seed and Snapshot materialisations (#20, #48)
  • Adds column-level comments to Snowflake views (#17)

Under the hood

  • Resolves an issue caused when the Snowflake OCSP server is not accessible, by exposing the insecure_mode boolean avalable in the Snowflake python connector (#31, #49)
  • Fix test related to preventing coercion of boolean values (True, False) to numeric values (0, 1) in query results (#76)
  • Add Stale messaging Github Action workflow (#84)

Contributors

dbt-snowflake 1.0.0rc1 (November 10, 2021)

Features

  • Adds option to enable retries on errors encountered by the Snowflake connector (#14)

Fixes

  • When on_schema_change is set, pass common columns as dest_columns in incremental merge macros (#4144)

Under the hood

  • Add optional profile parameters for atypical local connection setups (#21, #36)
  • Adds 4 optional profile parameters for configuring retries on Snowflake errors (#14, #6)
  • Bump upper bound on snowflake-connector-python to <2.8.0 (#44)
  • Remove official support for python 3.6, which is reaching end of life on December 23, 2021 (dbt-core#4134, #38)
  • Add support for structured logging #42

Contributors

dbt-snowflake v1.0.0b2 (October 25, 2021)

Under the hood

  • Replace sample_profiles.yml with profile_template.yml, for use with new dbt init (#32)

Contributors

dbt-snowflake v1.0.0b1 (October 11, 2021)

Under the hood

  • Initial adapter split out