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
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.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Abstract graph generation from task classes
[CT-1891] Abstract graph generation from task classes
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
andBuildTask.compile_manifest
) to a click decorator. This allows us to modify the functionality for the graph generation (currently occurring inBuildTask
, hence its overriding ofcompile_manifest
) task by task rather than having that modification present in the task itself.The text was updated successfully, but these errors were encountered: