Warn when multiple packages have the same name
#2029
Labels
enhancement
New feature or request
Milestone
name
#2029
Describe the feature
If multiple packages have the same name, then whichever package is loaded last will clobber the models/macros/etc provided by other identically-named packages. This is basically never desirable, so dbt should error when it happens.
Steps to reproduce
my_project
and one modelmy_project
with no modelsdbt run
from the root package will not find any models.Expected behavior
If multiple packages in a project have the same name, dbt should fail with an error:
The text was updated successfully, but these errors were encountered: