potiuk commented on issue #42853:
URL: https://github.com/apache/airflow/issues/42853#issuecomment-2408721653

   This is currently not possible in Airflow 2 - because task group is mostly a 
grouping construct, not logical context that can be used as dependencies - the 
dependencies are between tasks. If you have the whole group with it's 
"entry"point" task  - you can decorate this task with skip_if, or run-if and 
this is the way how you can do what you want I guess.
   
   But maybe that's something that could be implemented after we release 
Airlfow 3.
   
   I created a new label for such things `airflow3.x candidate` and marked it 
with it.


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