Tomme / dbt-athena

The athena adapter plugin for dbt (https://getdbt.com)
Apache License 2.0
142 stars 79 forks source link

dbt found more than one package #46

Open bhargav-sarvaria opened 2 years ago

bhargav-sarvaria commented 2 years ago

Hi everyone, first of all, Thank you so much for developing this plugin to connect DBT with Athena. I am facing an issue which says -

Compilation Error DBT found more than one package with the name "my_first_project" included in this project. Package names must be unique in a project. Please rename one of these packages.

I have checked the entire project and I have only mentioned this name once,

Does anyone know why I am facing this issue or what part of the setup am I missing?

Thanks in advance!

Tomme commented 2 years ago

Hey @bhargav-sarvaria,

Have you using / importing any external dbt packages by chance? (Utilising dbt deps). Secondly have you tried updating your projects name (name within dbt_project.yml) to something other than my_first_project?

optonpo commented 11 months ago

Firstly, thanks to everyone who has put time into this tool. I look forward to trying it out.

Has this issue been resolved? I've encountered it as well. There are no imports of external packages, and renaming results in the same repeated error, regardless of nomenclature.