UI: Add Run ID filter to the Grid view#70150
Open
dheerajturaga wants to merge 3 commits into
Open
Conversation
dheerajturaga
requested review from
bbovenzi,
bugraoz93,
choo121600,
ephraimbuddy,
guan404ming,
henry3260,
jason810496,
pierrejeambrun,
rawwar,
ryanahamilton,
shubhamraj-git and
vatsrahul1001
as code owners
July 21, 2026 00:16
bbovenzi
reviewed
Jul 21, 2026
bbovenzi
left a comment
Contributor
There was a problem hiding this comment.
Could you show a screenshot of what the filter dropdown, and form look like too?
We're adding run_id pattern and the prefix pattern. We should either use both of them in the UI, with the prefix toggle button or drop the prefix pattern from the API.
Member
Author
@bbovenzi, Ive added more screenshots in the description. I also dropped the prefix pattern from the pr, its not needed. Hope this looks good? |
The Dag Runs list page lets users narrow runs by Run ID, but the Grid view's filter bar offered no equivalent, forcing users to eyeball run columns to locate a specific run. Expose the same Run ID search on the Grid so both surfaces filter consistently.
The Grid filter only uses the substring run_id search, so the parallel prefix-pattern parameter was dead surface on the API. Remove it to keep the endpoint to exactly what the UI exercises.
dheerajturaga
force-pushed
the
ui-grid-run-id-filter
branch
from
July 21, 2026 21:36
7d68c6e to
e1d37a3
Compare
Contributor
Now that the Grid endpoint only exposes the substring ``run_id_pattern`` variant, the substring/prefix toggle on the pill points at nothing. Suppress it on the Grid's filter bar while leaving the shared config untouched so the Dag Runs page keeps the toggle.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

The Dag Runs list page lets users narrow runs by Run ID, but the Grid view's filter bar offered no equivalent — forcing users to eyeball run columns to locate a specific run. This adds the same Run ID search to the Grid view so both surfaces filter consistently.
Additional Screenshots:

Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Opus 4.8) following the guidelines