-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[frontend] artifacts [unknown] pipeline/workspace #9746
Comments
I saw your PR for that. Did you find any workaround in the meantime? |
Sadly, no, looking for the pipeline name was kinda hard as explained in the PR, maybe a metadata was not added properly or a CustomProperties. But from the current element, I inspected the networks logs in the current version, and there is not the pipeline name attached. EditI am not a big fan of my implementation in the PR, since it had a lot of requests, just like the pipeline run page where I opened an issue #9701 explaining that we get a very long time for displaying all the informations, I simply used the same logic in the artifacts page to get all the pipeline information. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/remove lifecycle/stale |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it. |
@AndersBennedsgaard: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/reopen |
@axel7083: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/assign @rimolive |
I can confirm that this issue affects Kubeflow Pipelines 2.1.0. |
I tested the code changes in #9772, but we should definitely think of a proposal that involves backend changes too. The code in that PR makes frontend response times go crazy, specially the grouped list, which took me ~19 minutes to render with the PR change. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it. |
AFAIK this is not resolved it /reopen |
@HumairAK: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/remove-lifecycle stale |
Environment
Description
No matter how I start my run, (from UI or SDK) I always get the
[unknown]
in the Artifact panel for pipeline/workspace.Expected result
The name of the pipeline.
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: