- 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
- 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)
- Adds option to enable retries on errors encountered by the Snowflake connector (#14)
- 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)
- 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
- @anthu (#48)
- @JoshuaHuntley (#49)
- @spencer-taylor-workrise (#17)
- @laxjesse (#36)
- @mhmcdonald (#6)
- @NiallRees (#32)
- @Kayrnt (#38)
For information on prior releases of dbt-snowflake prior to 1.0.0 please see the dbt-core repo.