Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Niall Woodward committed Feb 26, 2023
1 parent 2bc01c6 commit b452418
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .changes/3.0.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## dbt-snowflake-monitoring 3.0.0 - February 26, 2023
After attempting to use only query comments or query tags in versions 1 and 2, we've learned we actually need both. The reasons for that are:
* The `is_incremental` macro is only available from within the query tag dbt context, and is needed to determine whether a model run is incremental or not.
* Query tags have a maximum character limit of 2000, which is easily exceeded by a list of refs containing more than a few models.

### Fixes

- Use query comments and query tags to avoid query tag character limit ([#87](https://github.com/get-select/dbt-snowflake-monitoring/pull/87))
To upgrade from 2.x.x, follow the latest instructions in the [Quickstart](https://github.com/get-select/dbt-snowflake-monitoring#quickstart). The package is still able to process query metadata generated by previous versions of the package, so no data will be lost on upgrade.

### Breaking Changes

- Use query comments and query tags to avoid query tag character limit ([#87](https://github.com/get-select/dbt-snowflake-monitoring/pull/87))
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## dbt-snowflake-monitoring 3.0.0 - February 26, 2023
After attempting to use only query comments or query tags in versions 1 and 2, we've learned we actually need both. The reasons for that are:
* The `is_incremental` macro is only available from within the query tag dbt context, and is needed to determine whether a model run is incremental or not.
* Query tags have a maximum character limit of 2000, which is easily exceeded by a list of refs containing more than a few models.

### Fixes

- Use query comments and query tags to avoid query tag character limit ([#87](https://github.com/get-select/dbt-snowflake-monitoring/pull/87))
To upgrade from 2.x.x, follow the latest instructions in the [Quickstart](https://github.com/get-select/dbt-snowflake-monitoring#quickstart). The package is still able to process query metadata generated by previous versions of the package, so no data will be lost on upgrade.

### Breaking Changes

- Use query comments and query tags to avoid query tag character limit ([#87](https://github.com/get-select/dbt-snowflake-monitoring/pull/87))

## dbt-snowflake-monitoring 2.0.2 - February 21, 2023

Expand Down

0 comments on commit b452418

Please sign in to comment.