kubeflow-kale / kale

Kubeflow’s superfood for Data Scientists
http://kubeflow-kale.github.io
Apache License 2.0
632 stars 128 forks source link

Disable caching for specific pipeline step for Kale JupyterLab Extension #398

Open basti-j opened 2 years ago

basti-j commented 2 years ago

When designing pipelines via the kfp SDK it's possible to disable the caching for a specific pipeline step (https://www.kubeflow.org/docs/components/pipelines/overview/caching/#managing-caching-staleness). Is this possible to be done via KF Kale in jupyter notebooks as well?

Only working workaround so far for me ist to manually compile the notebook to python code via kale CLI and manually add the cache staleness to the specific steps.