Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 3.42 KB

CHANGELOG.md

File metadata and controls

58 lines (40 loc) · 3.42 KB

dbt-snowflake 1.1.0 (TBD)

Features

  • Adds tests for incremental model unique key parameter (#91)

Fixes

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

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)

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