You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ dbt --version
installed version: 0.17.0-b1
latest version: 0.16.1
Your version of dbt is ahead of the latest release!
Plugins:
The operating system you're using:
macos
The output of python --version: Python 3.8.2
Additional context
I think the issue here is that when pip installs multiple PEP420 packages they all end up in a single folder, unlike when you install locally in editable mode. So we need to teach --version to look at all the plugins in all the folders.
The text was updated successfully, but these errors were encountered:
Describe the bug
When
dbt --version
is run from a package installed via pip, no plugins are reported.Steps To Reproduce
Expected behavior
I expect to see plugin versions!
System information
Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using:
macos
The output of
python --version
:Python 3.8.2
Additional context
I think the issue here is that when pip installs multiple PEP420 packages they all end up in a single folder, unlike when you install locally in editable mode. So we need to teach
--version
to look at all the plugins in all the folders.The text was updated successfully, but these errors were encountered: