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-1891] Abstract graph generation from task classes #6708

Closed
stu-k opened this issue Jan 24, 2023 · 0 comments
Closed

[CT-1891] Abstract graph generation from task classes #6708

stu-k opened this issue Jan 24, 2023 · 0 comments
Labels
python_api Issues related to dbtRunner Python entry point

Comments

@stu-k
Copy link
Contributor

stu-k commented Jan 24, 2023

The work in #6565 abstracted manifest generation from our task classes to a decorator to a click function. In the same way, we should abstract graph generation (i.e. ConfiguredTask.compile_manifest and BuildTask.compile_manifest) to a click decorator. This allows us to modify the functionality for the graph generation (currently occurring in BuildTask, hence its overriding of compile_manifest) task by task rather than having that modification present in the task itself.

@github-actions github-actions bot changed the title Abstract graph generation from task classes [CT-1891] Abstract graph generation from task classes Jan 24, 2023
@jtcohen6 jtcohen6 added python_api Issues related to dbtRunner Python entry point Team:Execution labels Jan 25, 2023
@jtcohen6 jtcohen6 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python_api Issues related to dbtRunner Python entry point
Projects
None yet
Development

No branches or pull requests

2 participants