dabla commented on code in PR #71842:
URL: https://github.com/apache/airflow/pull/71842#discussion_r3874785525
##########
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:
Very nice work @FrankYang0529, you're not obliged to address this comment.
Once resolved, I'll merge. Thanks
--
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]