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


##########
airflow/providers/amazon/aws/waiters/emr.json:
##########
@@ -94,6 +94,37 @@
                     "state": "failure"
                 }
             ]
+        },
+        "job_step_wait_for_terminal": {

Review Comment:
   This is a nit, but `job_step` sounds odd. There is a native waiter for EMR 
steps called `step_completed` (rather than `job_step_completed`). Maybe this 
one can be named `step_terminal_state` or something along that line?



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