Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show deps error if new repo has same name as existing repo #209

Closed
drewbanin opened this issue Nov 14, 2016 · 1 comment
Closed

show deps error if new repo has same name as existing repo #209

drewbanin opened this issue Nov 14, 2016 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@drewbanin
Copy link
Contributor

initially:

repositories:
  - https:/old-org/my-repo.git

later:

repositories:
  - https:/new-org/my-repo.git

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

@drewbanin drewbanin added this to the Minor Improvements milestone Nov 14, 2016
@drewbanin drewbanin self-assigned this Nov 14, 2016
@drewbanin drewbanin removed this from the Minor Improvements milestone Dec 5, 2016
@cmcarthur cmcarthur added the bug Something isn't working label Dec 23, 2016
@drewbanin
Copy link
Contributor Author

this generally isn't a problem -- closing

yu-iskw pushed a commit to yu-iskw/dbt that referenced this issue Aug 17, 2021
…ix_test

Fix the `unpivot` test to correct behaviour of `remove`, Fix the data to align with it. fka dbt-labs#209
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants