v0.130.1
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
profile
andtargets
attributes when querying dbt models (@QMalcolm) - Validation to block use of
DISTINCT
keyword inCOUNT
aggregation 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)