2.0.0
dbt-snowflake-monitoring 2.0.0 - February 13, 2023
The most significant change in 2.0.0 is using query tags instead of comments to attach dbt metadata to queries. To upgrade from previous versions:
- Remove the query comment configuration from
dbt_project.yml
- Follow the instructions to configure the query tag in the Quickstart.
Breaking Changes
- Switch to using query tags instead of comments (#78)