UI: Add button to find run on Grid from run header - #70803
Open
suhaas-vaddadi wants to merge 7 commits into
Open
UI: Add button to find run on Grid from run header#70803suhaas-vaddadi wants to merge 7 commits into
suhaas-vaddadi wants to merge 7 commits into
Conversation
suhaas-vaddadi
marked this pull request as ready for review
July 31, 2026 03:39
suhaas-vaddadi
requested review from
bbovenzi,
choo121600,
guan404ming,
pierrejeambrun,
ryanahamilton,
shubhamraj-git and
vatsrahul1001
as code owners
July 31, 2026 03:39
dheerajturaga
left a comment
Member
There was a problem hiding this comment.
I feel the name is too long? I think we can shorten it
Co-authored-by: Dheeraj Turaga <dheerajturaga@gmail.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Member
|
@suhaas-vaddadi, Can you update the description with the changes made? |
Match the ghost styling of the other run-header icon buttons.
Contributor
Author
Should be now up to date! |
Member
|
@suhaas-vaddadi, can you also fix the CI? |
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.
Button Placement and Icon

Effect of Pressing Button

Adds a "Show in Grid View" button to the DagRun header. Clicking it filters the Grid view down to the current run. This functions even past the window of 50 runs normally visible on the grid view.
The button writes the current
dag_run_idinto therun_id_patternURL search param. The Details/Grid layout already reads that same param, so the co-rendered Grid immediately filters to this run. This reuses the existing search-param filtering convention — no new API calls, just a URL-state update.Reuses functionality added from PR #70150
Note:
run_id_patternis a substring filter, not an exact match. The button sets it to the full run ID, so the target run always matches. If another run's ID happened to contain this one as a substring, both would appear.Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code following the guidelines
{pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.