diff --git a/.changes/unreleased/Under the Hood-20241119-012330.yaml b/.changes/unreleased/Under the Hood-20241119-012330.yaml deleted file mode 100644 index 1a61bd2..0000000 --- a/.changes/unreleased/Under the Hood-20241119-012330.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Update Google base models based on latest documentation parsing -time: 2024-11-19T01:23:30.413941+01:00 -custom: - Author: Kayrnt - Issue: "71" diff --git a/.changes/v0.14.1.md b/.changes/v0.14.1.md new file mode 100644 index 0000000..889a0e4 --- /dev/null +++ b/.changes/v0.14.1.md @@ -0,0 +1,10 @@ +## dbt-bigquery-monitoring v0.14.1 - November 19, 2024 + +### Under the Hood + + + - Update Google base models based on latest documentation parsing ([#71](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/71)) + +### Contributors +- [@Kayrnt](https://github.com/Kayrnt) ([#71](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/71)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a28e94..34a8a55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## dbt-bigquery-monitoring v0.14.1 - November 19, 2024 + +### Under the Hood + + + - Update Google base models based on latest documentation parsing ([#71](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/71)) + +### Contributors +- [@Kayrnt](https://github.com/Kayrnt) ([#71](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/71)) + + ## dbt-bigquery-monitoring v0.14.0 - November 18, 2024 ### Features diff --git a/README.md b/README.md index 0fb3b26..cf4a6f9 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Add the following to your `packages.yml` file: ```yml {"id":"01J6QQ78T6KQCXF8VPNH8BXBYM"} packages: - package: bqbooster/dbt_bigquery_monitoring - version: 0.14.0 + version: 0.14.1 ``` ### Set up an output dataset diff --git a/dbt_project.yml b/dbt_project.yml index de38576..766128a 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: "dbt_bigquery_monitoring" -version: "0.14.0" +version: "0.14.1" require-dbt-version: [">=1.3.0", "<2.0.0"] config-version: 2 diff --git a/macros/set_query_comment.sql b/macros/set_query_comment.sql index 5524da2..dcc8b80 100644 --- a/macros/set_query_comment.sql +++ b/macros/set_query_comment.sql @@ -6,7 +6,7 @@ {%- set comment_dict = {} -%} {%- do comment_dict.update( app='dbt', - dbt_bigquery_monitoring_version="0.14.0", + dbt_bigquery_monitoring_version="0.14.1", dbt_version=dbt_version, project_name=project_name, target_name=target.name,