Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 4.05 KB

CHANGELOG.md

File metadata and controls

48 lines (39 loc) · 4.05 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.0.1-rc1 - 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)

Contriubtors

dbt-snowflake 1.0.0 - December 03, 2021

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)
  • When on_schema_change is set, pass common columns as dest_columns in incremental merge macros (#4144)

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

Previous Releases

For information on prior releases of dbt-snowflake prior to 1.0.0 please see the dbt-core repo.