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)