-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement kfp runner with tests (#359)
PR implementing the Kfp runner. Had some issues with adding the pipeline name to the kfp spec (solved now) because we need it to launch a run with a sensible name. Remarks: - removed some logic around deleting existing pipelines that we have (which was not used afaik) - I tested it on a toy pipeline and was able to push a run on the GCP kubeflow - I will implement the CLI (for both the runner and compiler) in a separate PR - I will also make a separate PR for cleaning up the kfp imports and extras.
- Loading branch information
1 parent
3e51dbc
commit 06519b8
Showing
6 changed files
with
453 additions
and
435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.