Skip to content

Release 0.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 15:45
27cf0be

Added

  • dbt version detection: palm can now detect the version of dbt used in a project
    and will add the version to the plugin config. This can then be used to support
    changes between dbt versions.
  • support for dbt's yaml selectors via the --selector option on relevant commands.

Changed

  • Requires palm v2.6.0 or higher
  • env vars are updated for projects running dbt v1.5.0 and later. This resolves
    deprecation warnings for people using more recent versions of dbt.