Skip to content

Commit

Permalink
Merge pull request #101 from bqbooster/release/v0.17.2
Browse files Browse the repository at this point in the history
Release v0.17.2
  • Loading branch information
Kayrnt authored Jan 6, 2025
2 parents 2fa8e43 + e45d4f2 commit 5fbdb0a
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20250106-153152.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions .changes/v0.17.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## dbt-bigquery-monitoring v0.17.2 - January 06, 2025

### Fixes


- Fix DBT_BQ_MONITORING_GCP_PROJECTS being required while it should not for region mode

### Contributors
- [@Kayrnt](https://github.com/Kayrnt)

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.2 - January 06, 2025

### Fixes


- Fix DBT_BQ_MONITORING_GCP_PROJECTS being required while it should not for region mode

### Contributors
- [@Kayrnt](https://github.com/Kayrnt)


## dbt-bigquery-monitoring v0.17.1 - January 05, 2025

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "dbt_bigquery_monitoring"
version: "0.17.1"
version: "0.17.2"
require-dbt-version: [">=1.3.0", "<2.0.0"]
config-version: 2

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the following to your `packages.yml` file:
```yml
packages:
- package: bqbooster/dbt_bigquery_monitoring
version: 0.17.1
version: 0.17.2
```
## Set up an output dataset
Expand Down
2 changes: 1 addition & 1 deletion macros/set_query_comment.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{%- set comment_dict = {} -%}
{%- do comment_dict.update(
app='dbt',
dbt_bigquery_monitoring_version="0.17.1",
dbt_bigquery_monitoring_version="0.17.2",
dbt_version=dbt_version | default(''),
project_name=project_name | default(''),
target_name=target.name | default(''),
Expand Down

0 comments on commit 5fbdb0a

Please sign in to comment.