Skip to content

dbt-utils 0.1.4

Compare
Choose a tag to compare
@drewbanin drewbanin released this 11 Jan 19:40
ee23c73

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)