dbt-utils 0.1.4
This release of dbt-utils fixes some bugs and adds a host of new utility macros for use in your dbt project.
New Macros:
- Add the generate_series macro
- Add a schema test for recency
Changes:
- Fixes for
get_url_parameter
macro (Contributed by @dwallace0723) - Return a list instead of a json string in
get_column_values
(#44) - Use the new
generate_series
macro indate_spine
(#45)