FrankYang0529 commented on code in PR #71842:
URL: https://github.com/apache/airflow/pull/71842#discussion_r3881307182


##########
providers/microsoft/azure/src/airflow/providers/microsoft/azure/triggers/msgraph.py:
##########
@@ -182,6 +188,9 @@ def hook(self) -> KiotaRequestAdapterHook:
     async def run(self) -> AsyncIterator[TriggerEvent]:
         """Make a series of asynchronous HTTP calls via a 
KiotaRequestAdapterHook."""
         try:
+            if self.pagination_link:

Review Comment:
   Thanks for the review. Added it to `tests/triggers/test_msgraph.py`. I 
rewrote it to use `run_trigger()` like the rest of that file, rather than 
iterating `run()` directly.



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