dbt-utils 0.5.0
New functionality has been included in this release!
Features
- Throw a nice error when trying to use a macro that requires the information schema on an ephemeral model (#243) (🚨 may cause previously silent errors to no longer be silent)
- Add
unique_where
andnot_null_where
relationship tests (#250 @MartinGuindon) - Add
distinct
argument to thepivot
macro (#248 @DylanBaker) - Add
get_relations_by_pattern
macro (#220 @JDW818)
Fixes
- Fix incorrect test behavior for the
unpivot
macro (#249 @avishalom)
Quality of life
- Replace BigQuery
__TABLES_SUMMARY__
withINFORMATION_SCHEMA
(#247 @preston-hf)