- Apply query tags for Seed and Snapshot materialisations (#20, #48)
- Adds column-level comments to Snowflake views (#17)
- 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)
- Adds option to enable retries on errors encountered by the Snowflake connector (#14)
- When on_schema_change is set, pass common columns as dest_columns in incremental merge macros (#4144)
- 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
- @laxjesse (#36)
- @mhmcdonald (#6)
- Replace
sample_profiles.yml
withprofile_template.yml
, for use with newdbt init
(#32)
- @NiallRees (#32)
- @Kayrnt (#38)
- Initial adapter split out