ferruzzi commented on code in PR #31071:
URL: https://github.com/apache/airflow/pull/31071#discussion_r1185448078


##########
tests/system/providers/amazon/aws/example_emr.py:
##########
@@ -164,10 +164,14 @@ def get_step_id(step_ids: list):
         task_id="add_steps",
         job_flow_id=create_job_flow.output,
         steps=SPARK_STEPS,
-        wait_for_completion=True,

Review Comment:
   I just moved this outside of the example code block (to line 170 below) as 
done elsewhere.  We've been trying to clean up the snippets that get pasted 
into the docs but must have missed this one.  No functionality change 



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