5.0.0
dbt-snowflake-monitoring 5.0.0 - January 14, 2024
Features
- Add query acceleration costs and update cost per query algorithm to include them (#141)
- Make cost_per_query model incremental (#141)
Breaking Changes
- Add entity_id to stg_metering_history (#141)
To upgrade from 4.x.x, you'll need to full refresh the stg_metering_history
model.
Fixes
- Support quoting: true (#139)
Contributors
- @ernestoongaro (Fixes)