A second release candidate for dbt-snowflake v1.0.0. Changes since rc1
:
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)