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
In main.py, dbt imports version.py. At the bottom of version.py, dbt will always fetch the .bumpversion.cfg file to determine the latest version of dbt.
dbt should instead only fetch the latest version from github if dbt --version is run.
This happens on dbt v0.10.2.
The text was updated successfully, but these errors were encountered:
Issue description
In
main.py
, dbt importsversion.py
. At the bottom ofversion.py
, dbt will always fetch the.bumpversion.cfg
file to determine the latest version of dbt.dbt should instead only fetch the latest version from github if
dbt --version
is run.This happens on dbt v0.10.2.
The text was updated successfully, but these errors were encountered: