Skip to content

dbtenv 2.0.0a1

Pre-release
Pre-release
Compare
Choose a tag to compare
@NiallRees NiallRees released this 17 Mar 12:40
· 23 commits to main since this release
0d23993

Added

  • dbtenv now operates at the adapter-version level, introduced by dbt in version 1.0.0. The interface is identical to prior versions, dbtenv will automatically detect the needed adapter version from profiles.yml, or the --adapter argument set in a dbt command passed to dbtenv --execute.

Changed

  • Dropped support for Homebrew.
  • Previously created environments through dbtenv cannot be used, and will be recreated by dbtenv at the adapter-version level.
  • dbtenv's default behaviour is to install missing dbt adapter versions automatically. It can be disabled by setting the DBTENV_AUTO_INSTALL environment variable to false.