Releases: AxelThevenot/dbt-star
Releases · AxelThevenot/dbt-star
0.1.1
Full Changelog: 0.1.0...0.1.1
0.1.0
Features
- Add
dbt_star.star()
macro to generate select expression the columns of the node.yml
definition.
Callable like the nativeref()
macro. - Add
dbt_star.star_source()
macro to generate select expression the columns of the source node.yml
definition.
Callable like the nativesource()
macro. - Add for both macro the possibility to
except
columns from a list. - Add first basic example for those macros.
- Add
alias
argument todbt_star.star()
anddbt_star.star_source()
macros to prefix columns by an alias name. - add first version of
README.md
documentation.
Fixes
/
Breaking Changes
/