Releases: brooklyn-data/dbtenv
Releases · brooklyn-data/dbtenv
dbtenv 1.2.0
Added
- New
--quiet
argument to not output any nonessential information as dbtenv runs. - Allow location of dbt version-specific Python virtual environments to be configured with
DBTENV_VENVS_DIRECTORY
andDBTENV_VENVS_PREFIX
environment variables. - Publish dbtenv package to PyPI.
Changed
- If no specific dbt version has been selected then default to using the max installed version (if any) or the max installable version (preferring stable versions).
- If no compatible dbt version can be found for a dbt project and its installed packages then ignore dbt version requirements from installed packages in case they're simply out of date.
- When installing with pip, upgrade pip to avoid problems with packages that might require newer pip features.
- When installing with Homebrew, automatically add the dbt Homebrew tap if necessary.
- Switch from distutils to setuptools.
dbtenv 1.1.1
Fixed
- Fix error when
~/.dbt/versions
directory doesn't exist yet.
dbtenv 1.1.0
Added
- Support installation of dbt versions >= 0.20.0 in a Python 3.9 environment.
dbtenv 1.0.0
Added
- Initial release