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

Add ability to filter pipeline Runs view by repository #2734

Closed
bengotow opened this issue Jul 16, 2020 · 2 comments
Closed

Add ability to filter pipeline Runs view by repository #2734

bengotow opened this issue Jul 16, 2020 · 2 comments
Assignees
Labels
area: UI/UX Related to User Interface and User Experience page:job-runs page:runs type: feature-request

Comments

@bengotow
Copy link
Collaborator

In the case below, the top run was actually for a pipeline of this name in another repository:

image

To fix this, we need to allow the pipelineRuns query to be filtered by a PipelineSelector, not just a pipeline name. (And Pipeline Run Storage needs to keep the repo location name and repo name to make this filter possible):

image

@bengotow bengotow added the dagit label Jul 16, 2020
@natekupp natekupp added this to the 0.10.0 (planned) milestone Aug 4, 2020
@natekupp natekupp added this to To do in Dagster UI/UX Oct 6, 2020
@hellendag hellendag moved this from Untriaged to High Priority in Dagster UI/UX Nov 10, 2020
@hellendag hellendag self-assigned this Nov 10, 2020
@hellendag
Copy link
Member

@gibsondan Is it possible to add a repository selector to this filter?

@gibsondan
Copy link
Member

we can absolutely add repository name and repository location name to this - one thing that we will lose if we do that is pipelines created via direct execution of the PipelineDefinition itself separate from any repository - e.g. "dagster pipeline execute" or calling execute_pipeline programatically. Not sure if that's actually a problem or not.

@hellendag hellendag moved this from High Priority to Not High Priority in Dagster UI/UX Dec 1, 2020
@catherinewu catherinewu changed the title Pipeline-scoped runs tab shows all runs for pipelines of that name across repos Add ability to filter pipeline Runs view by repository Mar 3, 2021
@sryza sryza removed this from the 0.10.0 milestone Apr 1, 2021
@sryza sryza removed the dagit label Nov 3, 2021
@bengotow bengotow closed this as completed Mar 1, 2022
Dagster UI/UX automation moved this from Later to Done Mar 1, 2022
@yuhan yuhan added area: UI/UX Related to User Interface and User Experience and removed dagit labels Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: UI/UX Related to User Interface and User Experience page:job-runs page:runs type: feature-request
Projects
Status: Done
Development

No branches or pull requests

7 participants