vincbeck commented on code in PR #60588:
URL: https://github.com/apache/airflow/pull/60588#discussion_r2699212239


##########
providers/amazon/src/airflow/providers/amazon/aws/waiters/emr-containers.json:
##########
@@ -25,6 +25,18 @@
                     "state": "failure"
                 }
             ]
+        },
+        "container_job_cancel": {
+            "operation": "CancelJobRun",

Review Comment:
   As far as I understand, this should not be a waiter. A waiter is usually a 
get method and you need to wait for that response to reach a given state. Here 
this is an operation, you do not need to call it multiple times



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