dabla commented on code in PR #62922:
URL: https://github.com/apache/airflow/pull/62922#discussion_r3819366439


##########
task-sdk/src/airflow/sdk/bases/operator.py:
##########
@@ -221,6 +222,13 @@ def event_loop() -> Generator[AbstractEventLoop]:
                 asyncio.set_event_loop(None)
 
 
+# TODO: Once AIP-88 is implemented, multiple events could be returned
+async def run_trigger(trigger: BaseTrigger) -> Any | None:

Review Comment:
   No good catch, this isn't used as it was support to support deferred 
operator with iterate, which we removed in this PR, we'll re-add it in another 
PR as discussed previously with @kaxil 



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