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
As part of #6391, we are cleaning up the node classes in core/dbt/contracts/graph/nodes.py. A previous effort combined "Parsed" and "Compiled" classes. This effort will cleanup the relationship of the various node classes to make them more consistent and the code easier to read and understand.
This will include attempting to remove attributes that should belong to particular nodes, and moving some attributes around.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Cleanup node classes as part of protobuf node generation
[CT-1644] Cleanup node classes as part of protobuf node generation
Dec 12, 2022
As part of #6391, we are cleaning up the node classes in core/dbt/contracts/graph/nodes.py. A previous effort combined "Parsed" and "Compiled" classes. This effort will cleanup the relationship of the various node classes to make them more consistent and the code easier to read and understand.
This will include attempting to remove attributes that should belong to particular nodes, and moving some attributes around.
The text was updated successfully, but these errors were encountered: