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
File "/Users/michelleark/src/dbt-core/core/dbt/parser/manifest.py", line 846, in load_new_public_nodes
next(p forpin self.publications if p.project_name == project.name)
StopIteration
Expected Behaviour:
Runtime Error
A dependency on project project_b was specified, but a publication for project_b was not found.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
[Bug] StopIteration when publication for dependency not found
[CT-2604] [Bug] StopIteration when publication for dependency not found
May 26, 2023
Introduced in: #7656
When a project in (a non-empty) dependencies.yml is specified that is not provided as a
PublicationArtifact
dbt crashes withStopIteration
Reproduction case:
Current Behaviour:
dbt crashes with:
Expected Behaviour:
Runtime Error A dependency on project project_b was specified, but a publication for project_b was not found.
The text was updated successfully, but these errors were encountered: