Skip to content

v0.3.1

Compare
Choose a tag to compare
@jakeberesford-palmetto jakeberesford-palmetto released this 21 Sep 21:14
· 122 commits to develop since this release

Improvements:

  • model-doc command: now supports advanced dbt project structures, parsese
    the dbt_project and includes CLI prompts to ensure model doc is created in the
    appropriate directory.
  • dbt test no longer runs seed: palm test no longer runs seeds before
    executing tests. This was a strange decision and didn't really make any sense,
    caused slower dev/test cycles and added no value.