Run failed. Kfp v2 #10772
oscherepanov
started this conversation in
General
Run failed. Kfp v2
#10772
Replies: 1 comment
-
For now ignore these errors:
These errors are covered by #9678 and #10729. As for this error:
I used the same code as your, compiled using KFP SDK 2.7.0 and I could run in my backed running KFP 2.0.5. Could you tell me more about your installation? What is the backend KFP and KFP SDK versions? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created a simple pipeline:
Pod logs:
I0502 11:26:30.659633 20 driver.go:153] PipelineRoot="minio://mlpipeline/v2/artifacts" from default config
F0502 11:26:30.713634 20 main.go:79] KFP driver: driver.RootDAG(pipelineName=test, runID=faa351ec-2328-4530-910e-c71ee87c541b, runtimeConfig, componentSpec) failed: Failed PutContext(name="test", type="system.Pipeline", typeid=10): rpc error: code = NotFound desc = Cannot find type for type_id: 10 name: "test"No type found for query, type_id: 10
time="2024-05-02T11:26:31.220Z" level=info msg="sub-process exited" argo=true error=""
time="2024-05-02T11:26:31.233Z" level=error msg="cannot save parameter /tmp/outputs/execution-id" argo=true error="open /tmp/outputs/execution-id: no such file or directory"
time="2024-05-02T11:26:31.233Z" level=error msg="cannot save parameter /tmp/outputs/iteration-count" argo=true error="open /tmp/outputs/iteration-count: no such file or directory"
time="2024-05-02T11:26:31.233Z" level=error msg="cannot save parameter /tmp/outputs/condition" argo=true error="open /tmp/outputs/condition: no such file or directory"
Beta Was this translation helpful? Give feedback.
All reactions