set92 commented on PR #30918: URL: https://github.com/apache/airflow/pull/30918#issuecomment-1526615098
Yes, looks better 😄. Now it's easier to differentiate between a task and a Taskgroup. I suppose having colors for each task could also be useful, specially with many tasks in a Taskgroup. E.g. Finding a random Operator between plenty of python Operators, can be hard since all have the same white background. Another function related to Taskgroups that I don't know if it is working as intended is the clears. For example, if you filter upstream to see better some part of a DAG, and then want to clear some tasks, I see 3 possible options: - Clear from some task to the end of DAG. - Clear from some task to the end of its Taskgroup. - Clear from some task to the end of what he sees on screen (the filtered DAG). Right now is working as case 1, not sure whether it would make sense (or how easy is) to implement the other 2. -- 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]
