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: [email protected]

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

Reply via email to