-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
load pipeline from yaml #1341
Comments
In KFP V1, a component is only mapped to a containerOp. KFP V2 introduced graph components where you can load a compiled V2 IR into a KFP component. This is the same behavior with KFP Argo v1 as well, as you will see the similar errors with the original KFP V1 code
Errors with Argo yaml:
|
Components like KServe are just a simple containerOp which you can load it with KFP V1 |
/kind question
Question:
Hi!
I'm using
kfp-tekton = "1.5.4"
(currently I have to) and I'm looking for a way to load a pipeline into memory from a yaml file.For example, in kfp V2 I can use
kfp.components.load_component_from_file
to load the pipeline. When trying it with V1 it seems not to be working (and I cannot find any other way).Is it possible to? Ideally I'd want to perform the following:
But it fails with:
The text was updated successfully, but these errors were encountered: