Pipeline editor: allow for enabling/disabling of custom component node caching for Kubeflow Pipelines #2894
Labels
component:pipeline-editor
pipeline editor
kind:enhancement
New feature or request
platform: pipeline-Kubeflow
Related to usage of Kubeflow Pipelines as pipeline runtime
Milestone
Is your feature request related to a problem? Please describe.
Currently Kubeflow Pipelines re-uses the results of previously executed components, which can lead to unexpected results. We should give users the ability to optionally disable caching by setting a boolean property as a pipeline default or for individual nodes.
Describe the solution you'd like
Expose https://kubeflow-pipelines.readthedocs.io/en/1.8.13/source/kfp.dsl.html#kfp.dsl.ContainerOp.set_caching_options as a pipeline default and custom component node property.
Sizing: xs/s
Related resources:
The text was updated successfully, but these errors were encountered: