Add task group detail across dag runs#50412
Merged
bbovenzi merged 1 commit intoapache:mainfrom May 15, 2025
Merged
Conversation
cae8d86 to
9ad01d3
Compare
9ad01d3 to
57f34b2
Compare
bbovenzi
reviewed
May 13, 2025
airflow-core/src/airflow/ui/src/layouts/Details/Grid/TaskNames.tsx
Outdated
Show resolved
Hide resolved
93e90ec to
6ba9add
Compare
Member
Author
|
Current UI Screen.Recording.2025-05-14.at.8.42.04.PM.mov |
bbovenzi
reviewed
May 15, 2025
6ba9add to
7f88aa3
Compare
Member
Author
|
Thanks for the suggestion. I've missed this part and updated. |
bbovenzi
approved these changes
May 15, 2025
sanederchik
pushed a commit
to sanederchik/airflow
that referenced
this pull request
Jun 7, 2025
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.
Related Issue
#49741
Why
Following PR for #50309, this PR focus on implementing cross dag run task group detail page
How
Note
Task group can't be fetch by getTask and thus I use the grid endpoint to get task group in
Taskcomponent following Brent's suggestion in #49741. Not really sure what info should be display on the group task header, thus please let me know if the header need any change. Thanks!Screen.Recording.2025-05-10.at.2.22.28.AM.mov
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.