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 deps will try to clone new-org/my-repo into the existing my-repo dir (via old-org), see that the dir already exists, then pull master for old-org/my-repo. DBT should either 1) namespace these repos by org name or 2) show an error in this scenario.
Stopgap is to just delete the dbt_modules dir then run dbt_deps again
The text was updated successfully, but these errors were encountered:
initially:
later:
dbt deps
will try to clonenew-org/my-repo
into the existingmy-repo
dir (viaold-org
), see that the dir already exists, then pull master forold-org/my-repo
. DBT should either 1) namespace these repos by org name or 2) show an error in this scenario.Stopgap is to just delete the
dbt_modules
dir then rundbt_deps
againThe text was updated successfully, but these errors were encountered: