syedahsn commented on code in PR #30928:
URL: https://github.com/apache/airflow/pull/30928#discussion_r1184340240
##########
airflow/providers/amazon/aws/operators/emr.py:
##########
@@ -56,6 +57,7 @@ class EmrAddStepsOperator(BaseOperator):
:param wait_for_completion: If True, the operator will wait for all the
steps to be completed.
:param execution_role_arn: The ARN of the runtime role for a step on the
cluster.
:param do_xcom_push: if True, job_flow_id is pushed to XCom with key
job_flow_id.
+ :param deferrable: if True, the operator will run in deferrable mode.
Review Comment:
That's a good idea. This is true for all deferrable mode operators, so I'll
update the doc strings for the other deferrable PRs I've got.
--
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]