Lee-W commented on code in PR #32029:
URL: https://github.com/apache/airflow/pull/32029#discussion_r1239901421
##########
airflow/providers/amazon/aws/sensors/emr.py:
##########
@@ -424,12 +431,16 @@ def __init__(
job_flow_id: str,
target_states: Iterable[str] | None = None,
failed_states: Iterable[str] | None = None,
+ deferrable: bool = False,
Review Comment:
Sure! What I mean is whether we should exchange the order of the newly added
arguments. As other operator with deferrable functionality seem to be
implemented this way
```suggestion
max_attempts: int = 60,
deferrable: bool = False,
```
--
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]