Skip to content

Commit fd38e9d

Browse files
Release v0.22.0 (#141)
Co-authored-by: Kayrnt <Kayrnt@users.noreply.github.com>
1 parent 17fe174 commit fd38e9d

9 files changed

+48
-27
lines changed

.changes/unreleased/Features-20250720-134653.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Fixes-20250719-214703.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20250720-143747.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20250720-143823.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/v0.22.0.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## dbt-bigquery-monitoring v0.22.0 - July 20, 2025
2+
3+
### Features
4+
5+
6+
- Add missing new INFORMATION_SCHEMA models and add organization models tag
7+
8+
### Fixes
9+
10+
11+
- Fix input_gcp_projects parsing and avoid fromjson for dbt_fusion compatibility
12+
13+
### Under the Hood
14+
15+
16+
- Update dbt-bigquery to 1.10.0 in CI
17+
18+
- Disable by default organization models
19+
20+
### Contributors
21+
- [@Kayrnt](https://github.com/Kayrnt)
22+

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## dbt-bigquery-monitoring v0.22.0 - July 20, 2025
9+
10+
### Features
11+
12+
13+
- Add missing new INFORMATION_SCHEMA models and add organization models tag
14+
15+
### Fixes
16+
17+
18+
- Fix input_gcp_projects parsing and avoid fromjson for dbt_fusion compatibility
19+
20+
### Under the Hood
21+
22+
23+
- Update dbt-bigquery to 1.10.0 in CI
24+
25+
- Disable by default organization models
26+
27+
### Contributors
28+
- [@Kayrnt](https://github.com/Kayrnt)
29+
30+
831
## dbt-bigquery-monitoring v0.21.0 - July 06, 2025
932

1033
### Features

dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "dbt_bigquery_monitoring"
2-
version: "0.21.0"
2+
version: "0.22.0"
33
require-dbt-version: [">=1.3.0", "<2.0.0"]
44
config-version: 2
55

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add the following to your `packages.yml` file:
1212
```yml
1313
packages:
1414
- package: bqbooster/dbt_bigquery_monitoring
15-
version: 0.21.0
15+
version: 0.22.0
1616
```
1717
1818
## Set up an output dataset

macros/set_query_comment.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{%- set comment_dict = {} -%}
77
{%- do comment_dict.update(
88
app='dbt',
9-
dbt_bigquery_monitoring_version="0.21.0",
9+
dbt_bigquery_monitoring_version="0.22.0",
1010
dbt_version=dbt_version | default(''),
1111
project_name=project_name | default(''),
1212
target_name=target.name | default(''),

0 commit comments

Comments
 (0)