Releases: dbt-labs/dbt-snowflake
Releases · dbt-labs/dbt-snowflake
dbt-snowflake v1.1.0
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 torun_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
- @joshuataylor (#40)
- @devoted (#40)
dbt-snowflake v1.0.1
dbt-snowflake v1.1.0rc1
dbt-snowflake v1.0.1rc1
dbt-snowflake v1.1.0b1
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 torun_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
- @joshuataylor (#40)
- @devoted (#40)
dbt-snowflake v1.0.0
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
withprofile_template.yml
, for use with newdbt init
(#32) - Initial adapter split out
Contributors
- @anthu (#48)
- @JoshuaHuntley (#49)
- @spencer-taylor-workrise (#17)
- @laxjesse (#36)
- @mhmcdonald (#6)
- @NiallRees (#32)
- @Kayrnt (#38)
dbt-snowflake v1.0.0rc2
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
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
- @laxjesse (#36)
- @mhmcdonald (#6)
dbt-snowflake v1.0.0b2
Tracking dbt-core v1.0.0b2.
$ pip install dbt-snowflake==1.0.0b2
Under the hood
- Replace
sample_profiles.yml
withprofile_template.yml
, for use with newdbt init
(#32)
Contributors
dbt-snowflake v1.0.0b1
Tracking dbt-core v1.0.0b1.
$ pip install dbt-snowflake==1.0.0b1
Under the hood
Initial adapter split out