You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dbt found two resources with the name "my_source_foo". Since these resources have the same name,
dbt will be unable to find the correct resource when source("my_source", "foo") is used. To fix this,
change the name of one of these resources:
- source.minimal.my_source.foo (models/schema.yml)
- source.minimal.my_source.foo (models/schema.yml)
This happens on any db, any python, dbt 0.17.0rc1
The text was updated successfully, but these errors were encountered:
Describe the bug
When dbt hits a duplicate source, it crashes with a bad error about
'UnpatchedSourceDefinition' object has no attribute 'source_name'
.Steps To Reproduce
dbt compile
.Expected behavior
I should get this error:
This happens on any db, any python, dbt 0.17.0rc1
The text was updated successfully, but these errors were encountered: