Skip to content
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

[backend] Getting read_artifact from kfp.Client().runs results in internal server error #9003

Closed
tama-biro opened this issue Mar 17, 2023 · 1 comment

Comments

@tama-biro
Copy link

Environment

  • How did you deploy Kubeflow Pipelines (KFP)?

Kubeflow deployed using Kubeflow manifests repo to Azure Kubernetes cluster

  • KFP version:

2.0.0-alpha3

  • KFP SDK version:

1.8.19

Steps to reproduce

Calling read_artifact on client.runs, similar to this issue results in a 500 Internal Server error.

Top of error message says InternalServerError: failed to unmarshal workflow and at bottom Invalid input error: Unknown execution spec.

image

Expected result

Previously, this has returned artifact as dictionary where data can be picked out to retrieve run output.

Materials and Reference

Following steps in this issue for a run created with create_run_from_pipeline_func should reproduce error.


Impacted by this bug? Give it a 👍.

@Linchin
Copy link
Contributor

Linchin commented Mar 24, 2023

I think the same error was brought up in #8256, and fixed in #8287. Maybe you can upgrade the backend and see if the error persist? The fix is included from 2.0.0-alpha.5 onwards. I will close the issue for now, but feel free to reopen if upgrade doesn't work.

@Linchin Linchin closed this as completed Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants