Skip to content

Releases: get-select/dbt-snowflake-monitoring

1.4.3

20 Jan 16:44
Compare
Choose a tag to compare

dbt-snowflake-monitoring 1.4.3 - January 20, 2023

Fixes

  • Fix error on initial compile with no models created yet (#70)

1.4.2

12 Jan 09:56
Compare
Choose a tag to compare

dbt-snowflake-monitoring 1.4.2 - January 12, 2023

Fixes

  • Inner join daily_rates to avoid $0 entries in daily_spend for incomplete days (#66)

1.4.1

07 Jan 04:59
Compare
Choose a tag to compare

dbt-snowflake-monitoring 1.4.1 - January 06, 2023

Fixes

  • Increase incremental lookback window to account for changing cost data (#64)

1.4.0

07 Jan 00:21
4166fc7
Compare
Choose a tag to compare

dbt-snowflake-monitoring 1.4.0 - January 06, 2023

Features

  • Add remaining balance daily model (#58)
  • Improve cost per query freshness by using latest rates (#52)

Fixes

  • Select correct overage vs. regular rate each day (#59)

1.3.1

31 Dec 13:01
Compare
Choose a tag to compare

dbt-snowflake-monitoring 1.3.1 - December 31, 2022

Features

  • Support dbt_utils 1.0.0 (#48)

Contributors

1.3.0

21 Dec 19:18
Compare
Choose a tag to compare

dbt-snowflake-monitoring 1.3.0 - December 21, 2022

Features

  • Add dbt_queries model to easily understand dbt model costs with links to dbt Cloud (#47)

1.2.3

16 Dec 00:12
9480808
Compare
Choose a tag to compare

dbt-snowflake-monitoring 1.2.3 - December 15, 2022

Features

  • Add serverless tasks history and spend (#37)
  • Add warehouse_cluster_status, warehouse_credits_map and warehouses_type2_dimension models (#40)

Contributors

1.2.2

05 Dec 12:22
4c2bde6
Compare
Choose a tag to compare

dbt-snowflake-monitoring 1.2.2 - December 05, 2022

Fixes

  • Show only complete days in daily_spend and materialize as table (#34)

1.2.1

05 Dec 00:06
Compare
Choose a tag to compare

dbt-snowflake-monitoring 1.2.1 - December 04, 2022

Fixes

  • Fix account_locator var (#33)

1.2.0

26 Nov 11:17
765ffd8
Compare
Choose a tag to compare

dbt-snowflake-monitoring 1.2.0 - November 26, 2022

Features

  • Add get_query_comment macro for model metadata in query history (#29)
  • Support overage usage type for PAYG accounts (#24)

Fixes

  • Division by zero in cost_per_query model (#27)

Contributors