Highlights
We've improved safeguards for proper model development and added support for profile and targets overrides for dbt queries!
Added
- Support for overriding dbt
profileandtargetsattributes when querying dbt models (@QMalcolm) - Validation to block use of
DISTINCTkeyword inCOUNTaggregation expressions, as this can lead to incorrect results if optimized queries relying on partial aggregation attempt to do something likeSUM(counts)to retrieve a less granular total value. (@tlento)
Updated
- Made minor improvements to safeguards for internal development (@tlento)