uranusjr commented on code in PR #30401:
URL: https://github.com/apache/airflow/pull/30401#discussion_r1156411335
##########
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:
Many operator classes add `(templated)` to templated fields and we should do
that here as well.
--
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]