Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CT-1644] Cleanup node classes as part of protobuf node generation #6426

Closed
gshank opened this issue Dec 12, 2022 · 0 comments · Fixed by #6427
Closed

[CT-1644] Cleanup node classes as part of protobuf node generation #6426

gshank opened this issue Dec 12, 2022 · 0 comments · Fixed by #6427

Comments

@gshank
Copy link
Contributor

gshank commented 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.

@github-actions github-actions bot 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
@gshank gshank mentioned this issue Dec 12, 2022
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant