Skip to content

Releases: bqbooster/dbt-bigquery-monitoring

v0.9.1

09 Oct 12:16
c082419
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.9.1 - October 09, 2024

Fixes

  • Fixes queries related datamart that were storing running/pending jobs thus returning partial numbers

  • Fix is_incremental_run that wasn't working and replaced with a macro to inline proper incremental behavior

  • Bugs on macros copy_partition / gcp billing export

Contributors

v0.9.0

06 Oct 23:36
13b8213
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.9.0 - October 06, 2024

Features

  • Add GCP billing export support

Contributors

v0.8.0

02 Oct 22:44
8f9940b
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.8.0 - October 02, 2024

Features

  • partition expiration is now configurable

  • Leverage copy_partitions by default (but configurable as well)

Under the Hood

  • Add CI testing

Contributors

v0.7.3

30 Sep 19:34
bfda74a
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.7.3 - September 30, 2024

Fixes

- rename macro to workaround a <1.6 bug ([#26](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/26))

Contributors

v0.7.2

24 Sep 22:25
fa5d763
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.7.2 - September 24, 2024

Fixes

- Fix the version defined in get_query_comment macro ([#19](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/19))

Contributors

v0.7.1

24 Sep 20:33
7748e77
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.7.1 - September 24, 2024

Fixes

- Fix the name of the dbt_bigquery_monitoring_options model ([#17](https://github.com/bqbooster/dbt-bigquery-monitoring/issues/17))

Contributors

v0.7.0

01 Sep 19:04
c346b84
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.7.0 - September 01, 2024

Features

  • new partitions monitoring model

Fixes

  • Fix dataset based google models such as partitions

Contributors

v0.6.0

21 Aug 00:33
54e5420
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.6.0 - August 20, 2024

Breaking Changes

  • Update google models, add new dataset with costs and clean up (#0)

Contributors