Taragolis commented on code in PR #39743:
URL: https://github.com/apache/airflow/pull/39743#discussion_r1608560948


##########
tests/system/providers/amazon/aws/example_emr.py:
##########
@@ -143,6 +143,7 @@ def get_step_id(step_ids: list):
     create_job_flow = EmrCreateJobFlowOperator(
         task_id="create_job_flow",
         job_flow_overrides=JOB_FLOW_OVERRIDES,
+        waiter_delay=60

Review Comment:
   I think problem with EMR Operators, that with default parameters it raise 
Deprecation Warning.
   But maybe it better to solve it as follow up task. 
   
   cc @vincbeck @o-nikolas @ferruzzi WDYT?  



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