Skip to content

Commit

Permalink
Merge pull request #64 from bqbooster/release/v0.12.0
Browse files Browse the repository at this point in the history
Release v0.12.0
  • Loading branch information
Kayrnt authored Nov 16, 2024
2 parents 76d1b06 + 1f33735 commit c2e5ec5
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20241116-033838.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20241116-185934.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions .changes/v0.12.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## dbt-bigquery-monitoring v0.12.0 - November 16, 2024

### Features


- Add reservation_usage_per_minute ([#57](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/57))

### Fixes


- Fix composte cost per minute that would override latest hour because it is leveraging insert_overwrite.

### Contributors
- [@Kayrnt](https://github.com/Kayrnt) ([#57](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/57))

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ 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.12.0 - November 16, 2024

### Features


- Add reservation_usage_per_minute ([#57](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/57))

### Fixes


- Fix composte cost per minute that would override latest hour because it is leveraging insert_overwrite.

### Contributors
- [@Kayrnt](https://github.com/Kayrnt) ([#57](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/57))


## dbt-bigquery-monitoring v0.11.1 - November 08, 2024

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Add the following to your `packages.yml` file:
```yml {"id":"01J6QQ78T6KQCXF8VPNH8BXBYM"}
packages:
- package: bqbooster/dbt_bigquery_monitoring
version: 0.11.1
version: 0.12.0
```
### Set up an output dataset
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.11.1"
version: "0.12.0"
require-dbt-version: [">=1.3.0", "<2.0.0"]
config-version: 2

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.11.1",
dbt_bigquery_monitoring_version="0.12.0",
dbt_version=dbt_version,
project_name=project_name,
target_name=target.name,
Expand Down

0 comments on commit c2e5ec5

Please sign in to comment.