-
Notifications
You must be signed in to change notification settings - Fork 16.6k
Add task group detail across dag runs#50412
Conversation
Related Issue
Why
Following PR for #50309, this PR focus on implementing cross dag run task group detail page
How
- implement for cross dag run
- add group breadcrumb
Note
Task group can't be fetch by getTask and thus I use the grid endpoint to get task group in Task component 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.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.
cae8d86 to
9ad01d3
Compare
9ad01d3 to
57f34b2
Compare
airflow-core/src/airflow/ui/src/layouts/Details/Grid/TaskNames.tsx
Outdated
Show resolved
Hide resolved
93e90ec to
6ba9add
Compare
|
Current UI Screen.Recording.2025-05-14.at.8.42.04.PM.mov |
6ba9add to
7f88aa3
Compare
|
Thanks for the suggestion. I've missed this part and updated. |