This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Description
For example, the submit command can be executed by specifying options related to compilation.
$ kfp-toolbox submit --py /path/to/pipeline.py --function pipeline
Currently, the pipeline function is compiled first, then the pipeline is executed by specifying a compiled package file.
$ dsl-compile-v2 --py /path/to/pipeline.py --function pipeline --output ./pipeline.json
$ kfp-toolbox submit -f ./pipeline.json
Since the compiled package file is not always necessary, it should be output to a temporary directory if the output option is not specified.