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 the structured logging updates, we are creating proto definitions for node output. Having separate "Parsed" and "Compiled" classes complicates this and also complicates the code.
Remove the core/dbt/contracts/graph/compiled.py file and references to it.
Remove "Parsed" from the Parsed node classes, so that they are ModelNode, SnapshotNode, etc.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Remove Compiled Node classes
[CT-1604] Remove Compiled Node classes
Dec 5, 2022
As part of the structured logging updates, we are creating proto definitions for node output. Having separate "Parsed" and "Compiled" classes complicates this and also complicates the code.
Remove the core/dbt/contracts/graph/compiled.py file and references to it.
Remove "Parsed" from the Parsed node classes, so that they are ModelNode, SnapshotNode, etc.
The text was updated successfully, but these errors were encountered: