dabla commented on code in PR #71890:
URL: https://github.com/apache/airflow/pull/71890#discussion_r3979504255
##########
task-sdk/src/airflow/sdk/definitions/connection.py:
##########
@@ -306,6 +322,26 @@ def extra_dejson(self) -> dict:
return extra
+ async def aextra_dejson(self) -> dict:
Review Comment:
Indeed for msgraph we worked around the issue as then we didn't even have
the DeadlockImminentError detection mechanism and thus those call completely
deadlocked the tasks without any warning message. Those providers should
indeed be updated but that's for another PR I would say, not related to this
fix here.
--
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]