I'm doing some experimentation with Kubeflow Pipelines and I'm interested in retrieving the run id to save along with some metadata about the pipeline execution. Is there any way I can do so from a component like a ContainerOp
?
You can use kfp.dsl.EXECUTION_ID_PLACEHOLDER
and kfp.dsl.RUN_ID_PLACEHOLDER
as arguments for your component. At runtime they will be replaced with the actual values.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With