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


##########
task-sdk/src/airflow/sdk/bases/operator.py:
##########
@@ -220,6 +220,13 @@ def event_loop() -> Generator[AbstractEventLoop]:
                 asyncio.set_event_loop(None)
 
 
+async def run_trigger(trigger: BaseTrigger) -> Any | None:

Review Comment:
   Trigger only yield one event, even though method signature suggest 
otherwise, but that might change in the future (AIP-88), so until then, will 
change as suggested and return immediately after first iteration.



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