You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/04 15:39:16 UTC

[GitHub] [airflow] eladkal commented on issue #19785: Applying labels to task groups shows a cycle in the graph view for the dag

eladkal commented on issue #19785:
URL: https://github.com/apache/airflow/issues/19785#issuecomment-1173948974

   @bbovenzi I tried to reproduce this issue and It seems like now this DAG is breaking the Grid view:
   ![Screen Shot 2022-07-04 at 18 35 18](https://user-images.githubusercontent.com/45845474/177185631-95fa5f3b-4255-4de7-aca2-fe8630e7a2c3.png)
   
   
   Removing the line: `chain([Label("branch three")], taskgroup1, t4,)`
   makes the Grid view works:
   ![Screen Shot 2022-07-04 at 18 38 37](https://user-images.githubusercontent.com/45845474/177185811-a54b2bdc-c871-4284-9d9f-ad219c922ad2.png)
   
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org