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


##########
airflow/providers/amazon/aws/operators/emr.py:
##########
@@ -502,6 +503,10 @@ class EmrServerlessCreateApplicationOperator(BaseOperator):
       Its value must be unique for each request.
     :param config: Optional dictionary for arbitrary parameters to the boto 
API create_application call.
     :param aws_conn_id: AWS connection to use
+    :param waiter_countdown: Total amount of time, in seconds, the operator 
will wait for
+        the application to start. Defaults to 25 minutes.
+    :param waiter_check_interval_seconds: Number of seconds between polling 
the state of the application.
+        Defaults to 60 seconds.

Review Comment:
   That's not entirely true. In both of the EMR Serverless operators, one call 
to the waiter function is made regardless of whether or not 
`wait_for_completion` is `True`. In this case, I think its better to leave it 
as is but I'm open to hearing other options.



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