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
Added compatibility with dbtenv-dbt-alias package which installs dbt as a direct entrypoint to dbtenv. This removes the need to configure an alias from dbt to dbtenv execute. Running pip install dbtenv[dbt-alias] installs both dbtenv and the alias.
Improved logging for cases where dbtenv cannot determine the needed adapter type.
Changed
Fixed
Fixed a bug encountered when using local version files.