m1racoli commented on code in PR #47326:
URL: https://github.com/apache/airflow/pull/47326#discussion_r1981642030


##########
providers/amazon/src/airflow/providers/amazon/aws/hooks/base_aws.py:
##########
@@ -747,7 +748,22 @@ def conn(self) -> BaseAwsConnection:
 
     @property
     def async_conn(self):
+        """
+        [DEPRECATED] Get an aiobotocore client to use for async operations.
+
+        This property is deprecated. Accessing it in an async context will 
cause the event loop to block.
+        Use the async method `get_async_conn` instead.
+        """

Review Comment:
   Done, let me know what you think.



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