UI: Add Details tab to the mapped task instance view#68340
Merged
Conversation
bbovenzi
reviewed
Jun 10, 2026
bbovenzi
reviewed
Jun 10, 2026
Mapped tasks (the /mapped view opened from the Grid) now have a Details tab like normal task instances. It shows the task definition (operator, trigger rule, owner, retries, pool, queue, ...) and a per-state summary of the mapped instances, sourced from the grid TI summaries already loaded by the page.
25a96b5 to
203f4c4
Compare
The mapped task Header and Details tab read their per-state summary from the grid TI summaries stream, which only polls while it knows a run is pending (via the run state passed in). The mapped view wasn't passing it, so the summary froze on the first fetch and showed stale counts on a running run. Pass the run state, mirroring the Graph and Grid views.
bbovenzi
approved these changes
Jun 11, 2026
imrichardwu
pushed a commit
to imrichardwu/airflow
that referenced
this pull request
Jun 16, 2026
* UI: Add Details tab to the mapped task instance view Mapped tasks (the /mapped view opened from the Grid) now have a Details tab like normal task instances. It shows the task definition (operator, trigger rule, owner, retries, pool, queue, ...) and a per-state summary of the mapped instances, sourced from the grid TI summaries already loaded by the page. * UI: Auto-refresh mapped task summary while the run is running The mapped task Header and Details tab read their per-state summary from the grid TI summaries stream, which only polls while it knows a run is pending (via the run state passed in). The mapped view wasn't passing it, so the summary froze on the first fetch and showed stale counts on a running run. Pass the run state, mirroring the Graph and Grid views.
dingo4dev
pushed a commit
to dingo4dev/airflow
that referenced
this pull request
Jun 16, 2026
* UI: Add Details tab to the mapped task instance view Mapped tasks (the /mapped view opened from the Grid) now have a Details tab like normal task instances. It shows the task definition (operator, trigger rule, owner, retries, pool, queue, ...) and a per-state summary of the mapped instances, sourced from the grid TI summaries already loaded by the page. * UI: Auto-refresh mapped task summary while the run is running The mapped task Header and Details tab read their per-state summary from the grid TI summaries stream, which only polls while it knows a run is pending (via the run state passed in). The mapped view wasn't passing it, so the summary froze on the first fetch and showed stale counts on a running run. Pass the run state, mirroring the Graph and Grid views.
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.
Mapped tasks (the
/mappedview opened from the Grid) now have a Details tab, like normal task instances already do. It shows the task definition (operator, trigger rule, owner, retries, pool, queue, …) plus a per-state summary of the mapped instances, sourced from the grid TI summaries the page already loads.Screenshots
Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Opus 4.8) following the guidelines