Skip to content

Releases: bqbooster/dbt-bigquery-monitoring

v0.17.0

13 Dec 23:55
4f87a64
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.17.0 - December 13, 2024

Features

  • Allow to combine audit logs and information schema jobs table to have the best of both worlds

Contributors

v0.16.0

09 Dec 21:27
1a59629
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.16.0 - December 09, 2024

Features

  • Support for audit logs (#61)

Contributors

v0.15.0

03 Dec 23:27
4435680
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.15.0 - December 03, 2024

Features

  • Add client type support to breakdown by type of workload (#68)

Contributors

v0.14.3

27 Nov 01:17
1aee24b
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.14.3 - November 27, 2024

Fixes

  • Fix stg_partitions_monitoring that wasn't exhaustive because of a restriction on partition expiration based tables (#79)

  • Restrain stg_partitions_monitoring to partitioned tables

Contributors

v0.14.2

24 Nov 22:13
aabee3c
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.14.2 - November 24, 2024

Fixes

  • Rework models to use project_id prefix if possible and use ephemeral if relevant (#74)

Contributors

v0.14.1

19 Nov 01:16
85e248d
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.14.1 - November 19, 2024

Under the Hood

  • Update Google base models based on latest documentation parsing (#71)

Contributors

v0.14.0

18 Nov 15:10
e79291f
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.14.0 - November 18, 2024

Features

  • New compute optimization oriented views (#59)

Contributors

v0.13.0

17 Nov 16:07
b12c6fa
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.13.0 - November 17, 2024

Features

  • Add BI engine usage monitoring (#58)

Contributors

v0.12.0

16 Nov 18:06
c2e5ec5
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.12.0 - November 16, 2024

Features

  • Add reservation_usage_per_minute (#57)

Fixes

  • Fix compute cost per minute that would override latest hour because it is leveraging insert_overwrite.

Contributors

v0.11.1

08 Nov 15:55
7571a3d
Compare
Choose a tag to compare

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

Fixes

  • Fix lookback for compute billing and make it customizable via lookback_incremental_billing_window_days var

Contributors