foldvari commented on issue #32757:
URL: https://github.com/apache/airflow/issues/32757#issuecomment-1667436524

   @hussein-awala This is the exact opposite of the behavior I'd expect.
   For me expanding tasks means that it is task to task mapping so the 
dependency is between the mapped tasks.
   task1[0] --> task2[0]
   task1[1] --> task2[1]
   task1[2] --> task2[2]
   
   And when I expand a taskgroup that for me means that the dependency is 
between the whole group of mapped tasks.
   
   task_group1  -->  task_group2
    +- task1[0]            +- task2[0]
    +- task1[1]            +- task2[1]
    +- task1[2]            +- task2[2]
   
   It seems I am missing the concept of it. Can someone explain it please?  Or 
is it only to maintain backwards compatibility of the task mapping behavior?


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

Reply via email to