Skip to content

v0.130.1

Compare
Choose a tag to compare
@tlento tlento released this 19 Oct 20:50
· 1973 commits to main since this release
5d6b709

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 and targets attributes when querying dbt models (@QMalcolm)
  • Validation to block use of DISTINCT keyword in COUNT aggregation expressions, as this can lead to incorrect results if optimized queries relying on partial aggregation attempt to do something like SUM(counts) to retrieve a less granular total value. (@tlento)

Updated

  • Made minor improvements to safeguards for internal development (@tlento)