vandonr-amz commented on code in PR #30757:
URL: https://github.com/apache/airflow/pull/30757#discussion_r1172877327


##########
airflow/providers/amazon/aws/operators/emr.py:
##########
@@ -1036,13 +1039,15 @@ def __init__(
         aws_conn_id: str = "aws_default",
         waiter_countdown: int = 5 * 60,
         waiter_check_interval_seconds: int = 30,
+        force_stop: bool = False,

Review Comment:
   I added it to the system test 
(https://github.com/apache/airflow/pull/30757/files/8370c8172d8c28ffeec3ca460621b9d0447bfba6#diff-69be45953c5be696ca3159bb385a89c90930fc06e68357e8bdb33a1b31694f88R120)
 inside the `howto_operator` thing, so it'll be embeded in the doc 
automatically (as sample usage).
   It doesn't explain what it's doing, but it being present there highlights 
its presence, and the code doc contains the explanation.



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