Releases: dbt-labs/dbt-utils
Releases · dbt-labs/dbt-utils
dbt-utils 0.2.3
Changes:
- Add
relationships_whereschema test to assert foreign key constraints on a filter (#161)
Contributors:
- @MartinGuindon (#161) (macro courtesy of @tconbeer)
dbt-utils 0.2.2
Changes:
- Update documentation for
get_column_valuesmacro - Update documentation for
get_tables_by_prefixmacro - Update documentation for
unpivotmacro - Fix for misused
databaseparameter inget_tables_by_prefix_sqlmacro (#157, #158) (@clausherther)
Contributors:
dbt-utils 0.2.1
Changes:
- Fix for compilation error in
get_column_valuesif arefis provided for a model which does not exist in the database (#152) (@emilieschario) - Fix for error in test suite (#151)
Contributors:
dbt-utils 0.2.0
Changes:
- Supports (and requires) dbt >= 0.14.0 (#149)
dbt-utils 0.1.25
dbt-utils 0.1.24
dbt-utils 0.1.23
This release includes the following changes:
Features:
- 0.13.x compatibility (removes warnings by avoiding deprecated context methods) (#133)
- Add
quote_identifiersargument to thepviotmacro (#135) - Improved readme (#124)
Fixes:
- Fix for
insert_by_periodmaterialization on dbt v0.13.x (#128)
Contributors:
- @carlyfk: (#135)
- @clausherther (#128)
- @MartinGuindon (#124)
- @jtcohen6 (#133)
dbt-utils 0.1.22
- Fixes an issue with
dbt_utils.right()where lengths of 0 returned different outputs on different adapters.
dbt-utils 0.1.21
dbt-utils 0.1.20
This version adds two new functions for url parsing that work across all current adapters:
get_url_path()get_url_host()