bfeif opened a new issue, #34526:
URL: https://github.com/apache/airflow/issues/34526

   ### Description
   
   At present, `BaseBranchOperator` only accepts `task_id`'s as possible 
branches. This can be awkward in the case that a `Taskgroup` is one of the 
branches: for example if the `Taskgroup` starts with two parallel tasks, then 
an additional task must be created at the start of the `Taskgroup` (e.g. 
`start_taskgroup`) for the `BaseBranchOperator` to point to. Forcing this can 
impede readability.
   
   ### Use case/motivation
   
   Simple--`BaseBranchOperator` should accept a `Taskgroup` `group_id` as a 
possible branch, as opposed to only accepting task `task_id`'s as possibile 
branches.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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-unsubscr...@airflow.apache.org.apache.org

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

Reply via email to