Martina Megasari
Martina Megasari
I bumped into the same issue today on Python 3.10, found a workaround by wrapping the tasks (`pre_task` and `exit_task` in the example) in a `dsl.pipeline` and pass it as...
Hi @zijianjoy, sure, I think that's right. ```json { "components": { "comp-print-string": { "executorLabel": "exec-print-string", "inputDefinitions": { "parameters": { "input_string": { "parameterType": "STRING" } } } } }, "deploymentSpec": {...
> it is, unless you add a description to the pipeline. It seems fixed for KFP SKD >= 2.7.0 @martina-zxy ? @rimolive @mikeedjones yes this is correct. With a description,...