Kunal8954 commented on PR #72435: URL: https://github.com/apache/airflow/pull/72435#issuecomment-5519278614
> What does it look like when you expand the TaskGroup? Can you share a snip? Sure — here's what it looks like expanded: <img width="1194" height="722" alt="Screenshot 2026-09-03 at 7 26 17 AM" src="https://github.com/user-attachments/assets/e011e0b4-d646-439d-8cc9-d2f0f3c2aff7" /> When a TaskGroup is expanded, each child task renders as its own bar with its own duration. The hatched bar only shows for the group's own aggregate row, or for a nested TaskGroup that's still collapsed — like inner_section_2 above, which stays hatched until it's expanded too. While putting this screenshot together I also caught and fixed two small rendering seams in the segment/stripe code: The hatch pattern was restarting from each segment's own local origin, so a group bar split across multiple state segments could show a visible break in the diagonal lines. Touching segments (e.g. a queued segment immediately followed by the run) weren't always getting their shared corner squared off, so you'd occasionally see a rounded bump instead of a flat boundary between them. Both fixes are in the latest push. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
