LiamOrmiston commented on code in PR #30401:
URL: https://github.com/apache/airflow/pull/30401#discussion_r1168966691
##########
airflow/sensors/external_task.py:
##########
@@ -102,6 +102,8 @@ class ExternalTaskSensor(BaseSensorOperator):
If ``None`` (default value) the sensor waits for the DAG. Either
external_task_id or external_task_ids can be passed to
ExternalTaskSensor, but not both.
+ :param external_task_group_id: The task_group_id that contains the task
you want to
+ wait for.
Review Comment:
Went ahead and did this. Let me know if this is what you meant.
--
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]