Taragolis commented on code in PR #28321:
URL: https://github.com/apache/airflow/pull/28321#discussion_r1051097899
##########
airflow/providers/amazon/aws/operators/batch.py:
##########
@@ -108,12 +110,13 @@ class BatchOperator(BaseOperator):
"job_queue",
"overrides",
Review Comment:
I thought it fine if rename this argument because one day we might also add
`eks_properties_overrides`, so `override` might confuse users more rather than
change attribute name.
And deprecation warning give time to change arguments in end users DAG code.
--
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]