Skip to content

Releases: AxelThevenot/dbt-star

0.1.1

25 Mar 16:24
fa576ba
Compare
Choose a tag to compare

Full Changelog: 0.1.0...0.1.1

0.1.0

24 Jan 16:58
Compare
Choose a tag to compare

Features

  • Add dbt_star.star() macro to generate select expression the columns of the node .yml definition.
    Callable like the native ref() macro.
  • Add dbt_star.star_source() macro to generate select expression the columns of the source node .yml definition.
    Callable like the native source() macro.
  • Add for both macro the possibility to except columns from a list.
  • Add first basic example for those macros.
  • Add alias argument to dbt_star.star() and dbt_star.star_source() macros to prefix columns by an alias name.
  • add first version of README.md documentation.

Fixes
/

Breaking Changes
/