dabla commented on code in PR #62241:
URL: https://github.com/apache/airflow/pull/62241#discussion_r2836510910
##########
providers/microsoft/azure/src/airflow/providers/microsoft/azure/sensors/msgraph.py:
##########
@@ -183,6 +184,13 @@ def execute_complete(
return result
+ # Check sensor timeout
Review Comment:
I don’t think you need to do all that, just pass following parameter to
defer method which will handle timeout for you:
timeout=timedelta(seconds=self.timeout),
--
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]