Skip to content

Releases: dbt-labs/dbt-utils

dbt-utils 0.1.22

26 Feb 16:21
3be8b25
Compare
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
Compare
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
Compare
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()

dbt-utils 0.1.19

18 Dec 14:27
5edee98
Compare
Choose a tag to compare
  • updates to cross-db macros to support BigQuery Standard SQL, as well as Snowflake, Redshift and Postgres

dbt-utils 0.1.18

30 Nov 15:01
9b22332
Compare
Choose a tag to compare

Changes:

  • Upgrade schema.yml examples and tests to the version 2 syntax (#91)
  • Add expression_is_true schema test (#92)
  • Cast timestamps to dates in BigQuery dateadd (#93)

Contributors:

dbt-utils 0.1.17

17 Oct 20:57
d2139c2
Compare
Choose a tag to compare

Changes:

  • Add compatibility for the eventual release of dbt v0.12.0: #84

dbt-utils 0.1.16

09 Oct 03:15
820aadb
Compare
Choose a tag to compare

Fixes:

  • fix for excluding last column in unpivot macro #83 (thanks @alexcampana!)

dbt-utils 0.1.15

15 Aug 19:07
7469d67
Compare
Choose a tag to compare

New macros:

  • Add unpivot macro (#72)
  • Add a hash macro, and use it in surrogate_key (#74)

Contributors:
Thanks to @dwallace0723 for contributing the unpivot macro!

dbt-utils 0.1.14

27 Jun 23:11
c51d19a
Compare
Choose a tag to compare
  • Quick fix for partially supported in jinja filter (#71)

dbt-utils 0.1.13

27 Jun 19:56
754db12
Compare
Choose a tag to compare
  • Added insert_by_period materialization (docs, PR)

Thanks to @clrcrl for submitting the insert_by_period materialization!