Skip to content

Releases: dbt-labs/dbt-snowflake

dbt-snowflake v1.1.0

28 Apr 18:09
a61ac8f
Compare
Choose a tag to compare

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 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)
  • Add precommits for this repo (#107)

Contributors

dbt-snowflake v1.0.1

19 Apr 19:40
82f9785
Compare
Choose a tag to compare

dbt-snowflake 1.0.1 (April 19, 2022)

Under the hood

  • Enable mfa token cache for linux (#128)
  • Fix test related to preventing coercion of boolean values (True, False) to numeric values (0, 1) in query results (#76)
  • Fixes CI to depend on the release branch for Core (#128)

Contributors

dbt-snowflake v1.1.0rc1

13 Apr 14:28
12a2edd
Compare
Choose a tag to compare
Pre-release

dbt-snowflake 1.1.0rc1 (April 13, 2022)

Under the hood

  • Add precommits for this repo (#107)

dbt-snowflake v1.0.1rc1

06 Apr 16:13
04afecc
Compare
Choose a tag to compare
Pre-release

dbt-snowflake 1.0.1rc1 (April 6, 2022)

Under the hood

  • Enable mfa token cache for linux (#128)
  • Fix test related to preventing coercion of boolean values (True, False) to numeric values (0, 1) in query results (#76)
  • Fixes CI to depend on the release branch for Core (#128)

Contributors

dbt-snowflake v1.1.0b1

23 Mar 21:48
8d9f1af
Compare
Choose a tag to compare
Pre-release

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)

Contributors

dbt-snowflake v1.0.0

03 Dec 20:47
f1ade11
Compare
Choose a tag to compare

dbt Snowflake 1.0.0

Features

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

Fixes

  • Apply query tags for Seed and Snapshot materialisations (#20, #48)
  • Adds column-level comments to Snowflake views (#17)
  • Adds option to enable retries on errors encountered by the Snowflake connector (#14)

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)
  • 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
  • Replace sample_profiles.yml with profile_template.yml, for use with new dbt init (#32)
  • Initial adapter split out

Contributors

dbt-snowflake v1.0.0rc2

24 Nov 17:00
390e177
Compare
Choose a tag to compare
Pre-release

A second release candidate for dbt-snowflake v1.0.0. Changes since rc1:

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)

Contributors

dbt-snowflake v1.0.0rc1

10 Nov 16:21
e3769b3
Compare
Choose a tag to compare
Pre-release

Tracking dbt-core v1.0.0rc1.

$ pip install dbt-snowflake==1.0.0rc1

Includes everything in b1 + b2, plus:

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

25 Oct 19:57
bbae7e1
Compare
Choose a tag to compare
Pre-release

Tracking dbt-core v1.0.0b2.

$ pip install dbt-snowflake==1.0.0b2

Under the hood

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

Contributors

dbt-snowflake v1.0.0b1

11 Oct 18:43
22826ab
Compare
Choose a tag to compare
Pre-release

Tracking dbt-core v1.0.0b1.

$ pip install dbt-snowflake==1.0.0b1

Under the hood

Initial adapter split out