Skip to content

Releases: palmetto/palm-dbt

V0.1.0

02 Dec 01:58
Compare
Choose a tag to compare

0.1.0

12/01/2021

The plugin officially supports dbt back TWO minor versions (this will march forward), currently supporting back through v0.19.

Features:

  • Containerize: NEW command for containerizing dbt, containerize, has been implemented!
  • Shell: NEW command to shell into the project container and execute arbitrary commands (run dbt directly!)
  • Version validation: Added version detection and validation of supported dbt versions in a dbt project.

Improvements:

  • Bug fixes: Fixed the enumeration of objects passed into the --select and --models flags when passed to dbt.
  • Issue templates: Issue templates have been enabled for the repository!
  • General: Removed hard-coded path names referring to Palmetto's own dbt project information and generalized pathing for code generation output.
  • PEP8: Ran linting on the whole project.