dbtenv icon indicating copy to clipboard operation
dbtenv copied to clipboard

dbtenv is a version manager for dbt, automatically installing and switching to the needed adapter and version of dbt.

Results 4 dbtenv issues
Sort by recently updated
recently updated
newest added

There's a bug in running `dbtenv which` ``` dbtenv which Traceback (most recent call last): File "/Users/niall.woodward/.local/bin/dbtenv", line 8, in sys.exit(main()) File "/Users/niall.woodward/.local/pipx/venvs/dbtenv-dbt-alias/lib/python3.8/site-packages/dbtenv/main.py", line 168, in main which_subcommand.execute(parsed_args) File "/Users/niall.woodward/.local/pipx/venvs/dbtenv-dbt-alias/lib/python3.8/site-packages/dbtenv/which.py",...

In a pre 1.0 world, new features were added in patch releases and breaking changes in minor versions. Now, new features come in minor versions and breaking changes in major...

# Overview I'm interested in adding a feature that would notify dbtenv users if a new version of `dbt-core` or the adapter they are using is available that fits within...

dbtenv 2.0.0 uses the same default env location as in prior versions, but old environments cannot be used. A `dbtenv clean` command which deletes all the old environments could be...