Selective Block Execution Using Cached Outputs for Efficient Pipeline Debugging #155
Open
2 of 3 tasks
Labels
enhancement
New feature or request
Description of the requested feature:
It would be more efficient if there were a way to select specific blocks within a pipeline and, instead of running them every time the entire pipeline is executed, use the previous outputs of those blocks in the current run. This feature would be helpful especially when debugging a block in a complex pipeline that appears later in the pipeline graph.
Brief explanation on why you want/need said feature:
It saves money to reuse cached block outputs for those blocks that call an API and also saves time when debugging pipelines.
Do you intend on coding this feature yourself?
No
Which zetaforge components would be affected by this new feature:
Share any code snippets related to the feature here(optional):
No response
Provide an API design for the feature(optional):
No response
The text was updated successfully, but these errors were encountered: