Skip to content

Commit

Permalink
Merge pull request #105 from bqbooster/release/v0.18.1
Browse files Browse the repository at this point in the history
Release v0.18.1
  • Loading branch information
Kayrnt authored Jan 13, 2025
2 parents a9eae4f + af6dc77 commit 9c0e17a
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 27 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/Docs-20250113-213702.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20250113-213236.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20250113-222259.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Under the Hood-20250113-213755.yaml

This file was deleted.

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

### Fixes


- Fix the full refresh mode for information_schema table that are not partitioned

- Fix the number of inserts for stats by using the right statement as main

### Docs


- Adjust the documentation to match the update of information schema materialization

### Under the Hood


- Rework the structure of models to tag only the monitoring models

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

23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ 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.18.1 - January 13, 2025

### Fixes


- Fix the full refresh mode for information_schema table that are not partitioned

- Fix the number of inserts for stats by using the right statement as main

### Docs


- Adjust the documentation to match the update of information schema materialization

### Under the Hood


- Rework the structure of models to tag only the monitoring models

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


## dbt-bigquery-monitoring v0.18.0 - January 13, 2025

### Features
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.18.0"
version: "0.18.1"
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.18.0
version: 0.18.1
```
## 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.18.0",
dbt_bigquery_monitoring_version="0.18.1",
dbt_version=dbt_version | default(''),
project_name=project_name | default(''),
target_name=target.name | default(''),
Expand Down

0 comments on commit 9c0e17a

Please sign in to comment.