We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey there, I'm getting
Found duplicate project "dbt_utils". This occurs when a dependency has the same project name as some other dependency.
When trying to dbt deps. When I remove the two lines in my packages.yml
dbt deps
packages.yml
- package: EqualExperts/dbt_unit_testing version: 0.2.7
Everything installs properly.
Any idea how I can resolve this?
The text was updated successfully, but these errors were encountered:
Hello there! Fresh week, fresh mind, it was a silly mistake. I had
- git: "https://github.com/dbt-labs/dbt-utils.git" revision: 1.0.0
But apparently that's seen as a different package then
- package: dbt-labs/dbt_utils version: 1.0.0
When I swapped the first for the latter, everything installs 😃
Sorry, something went wrong.
No branches or pull requests
Hey there,
I'm getting
When trying to
dbt deps
.When I remove the two lines in my
packages.yml
Everything installs properly.
Any idea how I can resolve this?
The text was updated successfully, but these errors were encountered: