eladkal commented on code in PR #30401:
URL: https://github.com/apache/airflow/pull/30401#discussion_r1169282305


##########
airflow/sensors/external_task.py:
##########
@@ -121,7 +123,7 @@ class ExternalTaskSensor(BaseSensorOperator):
         or DAG does not exist (default value: False).
     """
 
-    template_fields = ["external_dag_id", "external_task_id", 
"external_task_ids"]
+    template_fields = ["external_dag_id", "external_task_id", 
"external_task_ids", "external_task_group_id"]

Review Comment:
   I think in most of the code base we have it as `template_fields: 
Sequence[str]`



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