dbt-utils v0.8.6
New features
- New macros
array_append
andarray_construct
(#595)
Fixes
- Use
*
instar
macro if no columns (for SQLFluff) (#605, #561) - Only raise error within
union_relations
forbuild
/run
sub-commands (#606, #607)
Quality of life
- Add slugify to list of Jinja Helpers (#602)
Under the hood
Contributors:
- @swanjson (#561)
- @dataders (#561)
- @epapineau (#583)
- @graciegoheen (#595)
- @jeremyyeo (#606)