adrian-adikteev commented on code in PR #44055:
URL: https://github.com/apache/airflow/pull/44055#discussion_r1846110900


##########
providers/src/airflow/providers/amazon/aws/operators/emr.py:
##########
@@ -666,6 +670,7 @@ def __init__(
         job_flow_overrides: str | dict[str, Any] | None = None,
         region_name: str | None = None,
         wait_for_completion: bool = False,
+        wait_for_steps_completion: bool = False,

Review Comment:
   @eladkal I prefer your idea too. I've added a version of what you said, but 
it might not be what you had in mind.
   
   When you say `wait_for_steps_completed_and_machine_terminated` what is the 
waiter name you think should map to it?



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