pankajastro commented on code in PR #30401:
URL: https://github.com/apache/airflow/pull/30401#discussion_r1158689047
##########
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:
hmm, I prefer to use a tuple if an update does not require. just curious
why you prefer a list here particularly.
--
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]