kaxil commented on code in PR #29260:
URL: https://github.com/apache/airflow/pull/29260#discussion_r1091917024
##########
airflow/sensors/external_task.py:
##########
@@ -360,6 +362,93 @@ def _handle_execution_date_fn(self, context) -> Any:
return kwargs_callable(logical_date, **kwargs)
+class ExternalTaskAsyncSensor(ExternalTaskSensor):
Review Comment:
Why a separate operator ? and not a deferrable mode in the existing one?
--
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]