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

Compile and execute pipelines simultaneously #60

@speg03

Description

@speg03

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions