Skip to content

Releases: dbt-labs/dbt-utils

dbt-utils 0.2.3

24 Sep 15:39
4b1c124

Choose a tag to compare

Changes:

  • Add relationships_where schema test to assert foreign key constraints on a filter (#161)

Contributors:

dbt-utils 0.2.2

10 Sep 17:44
6f2aae4

Choose a tag to compare

Changes:

  • Update documentation for get_column_values macro
  • Update documentation for get_tables_by_prefix macro
  • Update documentation for unpivot macro
  • Fix for misused database parameter in get_tables_by_prefix_sql macro (#157, #158) (@clausherther)

Contributors:

dbt-utils 0.2.1

24 Jul 15:31
c8991e6

Choose a tag to compare

Changes:

  • Fix for compilation error in get_column_values if a ref is 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

15 Jul 17:20
6c545d9

Choose a tag to compare

Changes:

  • Supports (and requires) dbt >= 0.14.0 (#149)

dbt-utils 0.1.25

11 Jul 19:26

Choose a tag to compare

Changes:

  • Add logger macros (#131)
  • Add condition parameter to expression_is_true schema test (#147)
  • Make schema in get_tables_by_prefix case insensitive (#148)

🎉 Contributors 🎉

dbt-utils 0.1.24

25 Jun 13:18
99e755b

Choose a tag to compare

Changes:

  • Add intersect macro (#140)
  • Fix the integration test suite (#141)
  • Add remove, field_name, and value_name parameters to the unpivot macro (#142)
  • Added int, float, and bigint cross-db macros (#143)
  • Update readme with better installation instructions (#144)

🎉 Contributors 🎉

dbt-utils 0.1.23

30 May 00:26
1b983ed

Choose a tag to compare

This release includes the following changes:

Features:

  • 0.13.x compatibility (removes warnings by avoiding deprecated context methods) (#133)
  • Add quote_identifiers argument to the pviot macro (#135)
  • Improved readme (#124)

Fixes:

  • Fix for insert_by_period materialization on dbt v0.13.x (#128)

Contributors:

dbt-utils 0.1.22

26 Feb 16:21
3be8b25

Choose a tag to compare

  • Fixes an issue with dbt_utils.right() where lengths of 0 returned different outputs on different adapters.

dbt-utils 0.1.21

10 Jan 13:17
eeea5cc

Choose a tag to compare

Changes:

  • fix errant uses of safe_cast (#113)
  • improve union_tables integration test (#113)
  • fix union_tables for Snowflake (#113)
  • add unpivot integration test (#113)

dbt-utils 0.1.20

04 Jan 21:45
3a3a397

Choose a tag to compare

This version adds two new functions for url parsing that work across all current adapters:

  • get_url_path()
  • get_url_host()