Releases: dbt-labs/dbt-utils
Releases · dbt-labs/dbt-utils
dbt-utils 0.1.12
- 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
- added
current_timestamp_in_utc()
dbt-utils 0.1.10
- added
timestamp
data type.
dbt-utils 0.1.9
- Add
exclude
field tounion_tables
macro (#24) - Update docs for pivot macro
- Update docs for star macro
dbt-utils 0.1.8
- docs update
- fix bug in nullcheck macro for dbt > 0.9.1
dbt-utils 0.1.7
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
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
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)