Skip to content

Releases: brooklyn-data/dbtenv

dbtenv 1.2.0

30 Nov 03:59
9ee40d7
Compare
Choose a tag to compare

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 and DBTENV_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

15 Jul 19:25
ff01700
Compare
Choose a tag to compare

Fixed

  • Fix error when ~/.dbt/versions directory doesn't exist yet.

dbtenv 1.1.0

14 Jul 23:02
fa45b8a
Compare
Choose a tag to compare

Added

  • Support installation of dbt versions >= 0.20.0 in a Python 3.9 environment.

dbtenv 1.0.0

14 Jul 15:46
Compare
Choose a tag to compare

Added

  • Initial release