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

Found duplicate project "dbt_utils". This occurs when a dependency has the same project name as some other dependency. #127

Closed
RobbertDM opened this issue Mar 24, 2023 · 1 comment

Comments

@RobbertDM
Copy link

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

  - package: EqualExperts/dbt_unit_testing
    version: 0.2.7

Everything installs properly.

Any idea how I can resolve this?

@RobbertDM
Copy link
Author

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 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant