dbt found two sources with the same name "XXX" #117
Replies: 1 comment
-
Ok. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all :)
I have a python-repo that I am running in oracle (dbt-oracle).

One of the steps it performs is to invoke dbt-run.
When I am developing changes I am running it locally on my machine.
The version of dbt is: dbt-oracle 1.6.0 (dbt-core 1.6.6).
When I run it from Oracle Container Instance it works fine.
When I run it locally I get this error: ' dbt found two sources with the same name "XXX" '
In the error log (attached) it mentions the first model that is referenced in the sources.yml file.
If I change the order of the models in the sources.yml file it mentions a different model in the error - which is now the first model that is mentioned in the sources.yml.
Does anyone know what else can I do to make this error go away?
Beta Was this translation helpful? Give feedback.
All reactions