Skip to content

Latest commit

 

History

History
104 lines (50 loc) · 3.27 KB

CHANGELOG.md

File metadata and controls

104 lines (50 loc) · 3.27 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

dbt-snowflake-monitoring 1.4.1 - January 06, 2023

Fixes

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

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)

dbt-snowflake-monitoring 1.3.1 - December 31, 2022

Features

  • Support dbt_utils 1.0.0 (#48)

Contributors

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)

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

dbt-snowflake-monitoring 1.2.2 - December 05, 2022

Fixes

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

dbt-snowflake-monitoring 1.2.1 - December 04, 2022

Fixes

  • Fix account_locator var (#33)

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

dbt-snowflake-monitoring 1.1.0 - October 28, 2022

Features

  • Add daily_spend model which aligns with monthly bill (#13)

dbt-snowflake-monitoring 1.0.0 - October 17, 2022

Features

  • Add query_history_enriched model with additional dimensions and cost (#12)
  • Add cost per query model (#1)