yuqian90 commented on pull request #10153:
URL: https://github.com/apache/airflow/pull/10153#issuecomment-686493127


   > For tree view, can we not hide the task group and when clicking on the 
node it expands (I think we can do so now too right? If we click on a node it 
collapses)
   
   Hi, @kaxil yes you are right we can potentially organize Tree View by 
TaskGroup too. The challenge there is that Tree View flattens the graph into a 
tree. Therefore each node appears more than once. I have some problem imagining 
how the collapsible groups should look like in the tree. 
   
   That said, I'm less concerned about Tree View because it's already a 
collapsible tree. The tree is organised by dependency instead of by TaskGroup. 
How about we incrementally build on this in a few PRs ? First introduce 
TaskGroup and make it working in Graph View. And then have people agree on how 
the Tree View should look like with TaskGroup in mind, and then we put up a PR 
to incorporate TaskGroup into Tree View?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to