surabathini commented on code in PR #28097:
URL: https://github.com/apache/airflow/pull/28097#discussion_r1063308061


##########
airflow/sensors/external_task.py:
##########
@@ -143,18 +143,27 @@ def __init__(
         if external_task_id is not None and external_task_ids is not None:
             raise ValueError(
                 "Only one of `external_task_id` or `external_task_ids` may "
-                "be provided to ExternalTaskSensor; not both."
+                "be provided to ExternalTaskSensor; "
+                "Use external_task_id or external_task_ids or 
external_task_group_id."

Review Comment:
   Done the change.



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