Skip to content

Releases: dbt-labs/dbt-utils

dbt-utils 0.1.12

12 Jun 19:39
77ba63d
Compare
Choose a tag to compare
  • short circuit parsing for introspective macros #68

This release should meaningfully speed up parsing for models which make use of the union_tables, star and equality macros. Previously, dbt would extraneously run introspective queries during the parsing of models which make use of these macros. With this release, dbt will no longer execute introspective queries while parsing these models.

dbt-utils 0.1.11

23 May 01:08
2d46852
Compare
Choose a tag to compare
  • added current_timestamp_in_utc()

dbt-utils 0.1.10

21 May 23:39
6117edf
Compare
Choose a tag to compare
  • added timestamp data type.

dbt-utils 0.1.9

15 May 21:42
39b085d
Compare
Choose a tag to compare
  • Add exclude field to union_tables macro (#24)
  • Update docs for pivot macro
  • Update docs for star macro

dbt-utils 0.1.8

09 Mar 02:59
7697944
Compare
Choose a tag to compare
  • docs update
  • fix bug in nullcheck macro for dbt > 0.9.1

dbt-utils 0.1.7

11 Feb 19:53
331df26
Compare
Choose a tag to compare

Changes:

  • added last_day cross-db-utils function
  • added date_trunc cross-db-utils function
  • fixed bug in dateadd for bigquery

dbt-utils 0.1.6

01 Feb 17:34
e8297d1
Compare
Choose a tag to compare

Changes:

  • added surrogate_key function
  • added concat and safe_cast cross database utils
  • fixed a date_spine bug with snowflake

dbt-utils 0.1.5

12 Jan 21:52
6fad9f4
Compare
Choose a tag to compare

Changes:

Thanks to @mplovepop for contributing!

dbt-utils 0.1.4

11 Jan 19:40
ee23c73
Compare
Choose a tag to compare

This release of dbt-utils fixes some bugs and adds a host of new utility macros for use in your dbt project.

New Macros:

Changes:

  • Fixes for get_url_parameter macro (Contributed by @dwallace0723)
    • Qualify split_part macro call with dbt_utils prefix (#41)
    • Return null instead of empty string if url param not found in string (#46)
  • Return a list instead of a json string in get_column_values (#44)
  • Use the new generate_series macro in date_spine (#45)

dbt-utils 0.1.3

08 Jan 22:51
28e2ddb
Compare
Choose a tag to compare

Features:

  • Add the get_tables_by_prefix macro (#36)
  • README update

Thanks to @jdub for contributing the get_tables_by_prefix macro!