Skip to content

Commit b12c6fa

Browse files
authored
Merge pull request #67 from bqbooster/release/v0.13.0
Release v0.13.0
2 parents 0a4b0e4 + 7af5013 commit b12c6fa

File tree

6 files changed

+24
-9
lines changed

6 files changed

+24
-9
lines changed

.changes/unreleased/Features-20241117-135401.yaml

-6
This file was deleted.

.changes/v0.13.0.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## dbt-bigquery-monitoring v0.13.0 - November 17, 2024
2+
3+
### Features
4+
5+
6+
- Add BI engine usage monitoring ([#58](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/58))
7+
8+
### Contributors
9+
- [@Kayrnt](https://github.com/Kayrnt) ([#58](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/58))
10+

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.13.0 - November 17, 2024
9+
10+
### Features
11+
12+
13+
- Add BI engine usage monitoring ([#58](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/58))
14+
15+
### Contributors
16+
- [@Kayrnt](https://github.com/Kayrnt) ([#58](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/58))
17+
18+
819
## dbt-bigquery-monitoring v0.12.0 - November 16, 2024
920

1021
### Features

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Add the following to your `packages.yml` file:
6565
```yml {"id":"01J6QQ78T6KQCXF8VPNH8BXBYM"}
6666
packages:
6767
- package: bqbooster/dbt_bigquery_monitoring
68-
version: 0.12.0
68+
version: 0.13.0
6969
```
7070
7171
### Set up an output dataset

dbt_project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "dbt_bigquery_monitoring"
2-
version: "0.12.0"
2+
version: "0.13.0"
33
require-dbt-version: [">=1.3.0", "<2.0.0"]
44
config-version: 2
55

macros/set_query_comment.sql

+1-1
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.12.0",
9+
dbt_bigquery_monitoring_version="0.13.0",
1010
dbt_version=dbt_version,
1111
project_name=project_name,
1212
target_name=target.name,

0 commit comments

Comments
 (0)