eladkal commented on code in PR #38178:
URL: https://github.com/apache/airflow/pull/38178#discussion_r1526185292
##########
airflow/providers/amazon/aws/operators/base_aws.py:
##########
@@ -85,10 +86,12 @@ def __init__(
region_name: str | None = None,
verify: bool | str | None = None,
botocore_config: dict | None = None,
+ region: str | None | ArgNotSet = NOTSET, # Required for `.partial`
signature check
Review Comment:
We add it for backward compact.
Shouldn't we raise deprecation warning on it in favor of `region_name`?
--
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]