utkarsharma2 commented on code in PR #30501:
URL: https://github.com/apache/airflow/pull/30501#discussion_r1178579159


##########
airflow/providers/amazon/aws/waiters/README.md:
##########
@@ -98,3 +98,5 @@ 
EksHook().get_waiter("all_nodegroups_deleted").wait(clusterName=cluster_name)
 
 Note that since the get_waiter is in the hook instead of on the client side, a 
custom waiter is
 just `hook.get_waiter` and not `hook.conn.get_waiter`.  Other than that, they 
should be identical.
+
+Note the custom waiter doesn't work with resource_type, only client_type is 
supported.

Review Comment:
   Yup, I'm planning to address Airflow fix in a separate PR :)



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