dbt-utils v0.6.0
dbt-utils v0.6.0
Thanks to our contributors @tayloramurphy and @JoshuaHuntley
Breaking changes
- 🚨 dbt v0.18.0 or greater is required for this release. If you are not ready to upgrade, consider using a previous release of this package
- 🚨 The
get_tables_by_prefix
,union_tables
andget_tables_by_pattern
macros have been removed
Migration instructions
Migration instructions can be found in the Changelog
Features
- Switch usage of
adapter_macro
toadapter.dispatch
, and definedbt_utils_dispatch_list
,
enabling users of community-supported database plugins to add or override macro implementations
specific to their database (#267) - Use
add_ephemeral_prefix
instead of hard-coding a string literal, to support
database adapters that use different prefixes (#267) - Implement a quote_columns argument in the unique_combination_of_columns schema test (#270 @JoshuaHuntley)