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 21:17:15 UTC

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

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

   For the above dag, writing the chain as below works:
   ```python
   chain([Label("branch three")], [taskgroup1], t4)
   ```
   or 
   ```python
   chain(Label("branch three"), taskgroup1, t4)
   ```
   


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