dbt Semantic Interfaces 0.4.0 - October 26, 2023
Breaking Changes
- Fixes bug where we weren't validating the names of metrics (which may break peoples current metric names) (#181)
Features
- Begin validating
SavedQuerynames (#180) - Support for date_part for Dimension & TimeDimension (#188)
- Add exports configuration to YAML spec. (#189)
Fixes
- Rename
SavedQuery.group_bystoSavedQuery.group_by(#192) - Nest query params for saved queries. (#197)
Contributors
- @DevonFulcher (#188)
- @QMalcolm (#181, #180)
- @courtneyholcomb (#189, #197)
- @plypaul (#192)