Skip to content

Releases: bqbooster/dbt-bigquery-monitoring

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

v0.11.0

04 Nov 20:47
f7cc1de
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.11.0 - November 04, 2024

Features

  • Add storage costs to daily_spend when using GCP cost export

  • Add compute_cost_per_minute for precise compute cost tracking

Fixes

  • Add equality on incremental models to avoid cases where hours could be skipped

Contributors

v0.10.3

27 Oct 22:57
5136ec6
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.10.3 - October 27, 2024

Fixes

  • SAFE_CAST option_value to avoid potential cast errors

Contributors

v0.10.2

26 Oct 12:22
eba682a
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.10.2 - October 26, 2024

Fixes

  • Fix information_schema_partition failing when schema isn't in the same gcp project as execution project

  • Add lookback for 3 days on gcp billing export usage (#44)

Under the Hood

  • Clean up log in get_query_comment"

Contributors

v0.10.1

19 Oct 21:22
1dd822b
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.10.1 - October 19, 2024

Under the Hood

  • Migrate in another repo documentation parser to reduce the package size from useless files

    • clean "No datasets found in the project list" log (#35)

Contributors

v0.10.0

15 Oct 19:08
9866934
Compare
Choose a tag to compare

dbt-bigquery-monitoring v0.10.0 - October 15, 2024

Features

  • Add partition_expiration_days to partition & move to view the partitions_monitoring model as it is just adding computed fields on stg_partitions_monitoring

Contributors