dbtenv 2.1.0
Added
- Added compatibility with
dbtenv-dbt-alias
package which installsdbt
as a direct entrypoint to dbtenv. This removes the need to configure an alias from dbt to dbtenv execute. Runningpip 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.