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

[feature] Allow the ability to sort Experiments by "last run creation" #10884

Open
HumairAK opened this issue Jun 10, 2024 · 9 comments · May be fixed by #11163
Open

[feature] Allow the ability to sort Experiments by "last run creation" #10884

HumairAK opened this issue Jun 10, 2024 · 9 comments · May be fixed by #11163

Comments

@HumairAK
Copy link
Contributor

Feature Area

/area frontend
/area backend

What feature would you like to see?

When experiments list get's rather long, would be very useful to be able to sort the experiments by "last run creation date":

In the UI this would result in the user being able to click the "Last 5 runs" column header, and sort by this. Thus also getting rid of the "Cannot sort by this column" mouseover message.

image

Note that this field does not currently exist in the backend api, and would need to be added. This would result in a new column on the Experiments table for which we could sort this field by. This field would need to be updated everytime a run is created, this means when:

  • a single run is manually created
  • when a scheduled run is triggered

What is the use case or pain point?

It is hard to find experiments that have had a recent run because we cannot sort by this field.

Is there a workaround currently?

No


Love this idea? Give it a 👍.

Copy link

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.

@github-actions github-actions bot added the lifecycle/stale The issue / pull request is stale, any activities remove this label. label Aug 10, 2024
@HumairAK
Copy link
Contributor Author

/remove-lifecycle stale

@google-oss-prow google-oss-prow bot removed the lifecycle/stale The issue / pull request is stale, any activities remove this label. label Aug 12, 2024
@ElayAharoni
Copy link
Contributor

/assign

@HumairAK
Copy link
Contributor Author

HumairAK commented Aug 29, 2024

@ElayAharoni we have implemented this in our downstream here: opendatahub-io@bf77909 , we just haven't had the bandwidth to forward it upstream yet

if you would like to take this one, would you be open to rebasing over this commit for kfp?

ElayAharoni pushed a commit to ElayAharoni/pipelines that referenced this issue Sep 3, 2024
ElayAharoni pushed a commit to ElayAharoni/pipelines that referenced this issue Sep 3, 2024
…ments-by-last-run-creation-#10884' into Allow-the-ability-to-sort-Experiments-by-last-run-creation-kubeflow#10884
@HumairAK
Copy link
Contributor Author

HumairAK commented Sep 9, 2024

Given @ElayAharoni investigation and comment here: #11170
They have not been able to reproduce this issue. If we encounter it again, we will re-open this issue.
It is possible this may have been resolved during the migration to GHA. We will continue to monitor/watch for it.

@HumairAK HumairAK closed this as completed Sep 9, 2024
@ElayAharoni
Copy link
Contributor

@HumairAK there was a mistake, the pr that fixes this issue is #11163

@HumairAK
Copy link
Contributor Author

whoops, I commented on the wrong issue heh
/re-open

@HumairAK
Copy link
Contributor Author

/reopen

Copy link

@HumairAK: Reopened this issue.

In response to this:

/reopen

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.

@google-oss-prow google-oss-prow bot reopened this Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants