Skip to content

2.0.0

Compare
Choose a tag to compare
@NiallRees NiallRees released this 13 Feb 13:25
· 165 commits to main since this release
aef2e53

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:

  1. Remove the query comment configuration from dbt_project.yml
  2. Follow the instructions to configure the query tag in the Quickstart.

Breaking Changes

  • Switch to using query tags instead of comments (#78)