syedahsn commented on code in PR #27784:
URL: https://github.com/apache/airflow/pull/27784#discussion_r1026981936


##########
airflow/providers/amazon/aws/hooks/emr.py:
##########
@@ -202,57 +202,6 @@ def conn(self):
         """Get the underlying boto3 EmrServerlessAPIService client (cached)"""
         return super().conn
 
-    # This method should be replaced with boto waiters which would implement 
timeouts and backoff nicely.
-    def waiter(

Review Comment:
   No one should be using this method besides the EmrServerless operators, but 
that's a good catch. I'll fix that. 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]

Reply via email to