o-nikolas commented on code in PR #32155:
URL: https://github.com/apache/airflow/pull/32155#discussion_r1244175403
##########
airflow/providers/amazon/aws/operators/glue.py:
##########
@@ -100,6 +101,7 @@ def __init__(
verbose: bool = False,
update_config: bool = False,
job_poll_interval: int | float = 6,
+ stop_job_run_on_kill: bool = False,
Review Comment:
Can you add a `:param stop_job_run_on_kill: ...` description to the method
doc string please?
--
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]