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
In some circumstances we end up with multiple duplicated unique_ids in depends_on.nodes. Switch to using "add_node" instead of append so that duplicates are avoided. Fix the artifacts tests...
The place that needs to be fixed is in core/dbt/parser/manifest.py at the end of "_process_refs_for_node"
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Use depends_on.add_node instead of depends_on.nodes.append
[CT-2483] Use depends_on.add_node instead of depends_on.nodes.append
Apr 24, 2023
In some circumstances we end up with multiple duplicated unique_ids in depends_on.nodes. Switch to using "add_node" instead of append so that duplicates are avoided. Fix the artifacts tests...
The place that needs to be fixed is in core/dbt/parser/manifest.py at the end of "_process_refs_for_node"
The text was updated successfully, but these errors were encountered: