You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.