TaskGroup Sensor #14563
Labels
area:core-operators
Operators, Sensors and hooks within Core Airflow
area:TaskGroup
good first issue
kind:feature
Feature Requests
Description
Enable the ability for a task in a DAG to wait upon the successful completion of an entire TaskGroup.
Use case / motivation
TaskGroups provide a great mechanism for authoring DAGs, however there are situations where it might be necessary for a task in an external DAG to wait upon the the completion of the TaskGroup as a whole.
At the moment this is only possible with one of the following workarounds:
I would envisage either adapting
ExternalTaskSensor
to also work with TaskGroups or creating a newExternalTaskGroupSensor
.Are you willing to submit a PR?
Time permitting, yes!
Related Issues
The text was updated successfully, but these errors were encountered: