Skip to content

dbt-utils 0.5.0

Compare
Choose a tag to compare
@clrcrl clrcrl released this 09 Jul 20:16
b736cf6

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 and not_null_where relationship tests (#250 @MartinGuindon)
  • Add distinct argument to the pivot macro (#248 @DylanBaker)
  • Add get_relations_by_pattern macro (#220 @JDW818)

Fixes

Quality of life

  • Replace BigQuery __TABLES_SUMMARY__ with INFORMATION_SCHEMA (#247 @preston-hf)