o-nikolas commented on code in PR #48192:
URL: https://github.com/apache/airflow/pull/48192#discussion_r2010532445
##########
providers/amazon/src/airflow/providers/amazon/aws/operators/eks.py:
##########
@@ -214,8 +215,6 @@ class EksCreateClusterOperator(BaseOperator):
"fargate_selectors",
"create_fargate_profile_kwargs",
"wait_for_completion",
- "aws_conn_id",
- "region",
Review Comment:
This is a breaking change, we should accept both for a time while logging
deprecation warnings, and then we can eventually remove it in a major release
of the provider package.
--
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]