This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 8881458 Unpin ``cattrs`` (#20872)
add 307d356 AWS: Adds support for optional kwargs in the EKS Operators
(#20819)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/hooks/eks.py | 37 +++++++---
airflow/providers/amazon/aws/operators/eks.py | 53 +++++++++++---
tests/providers/amazon/aws/hooks/test_eks.py | 35 ++++++++-
tests/providers/amazon/aws/operators/test_eks.py | 83 ++++++++++++++++++----
.../amazon/aws/utils/eks_test_constants.py | 4 ++
tests/providers/amazon/aws/utils/eks_test_utils.py | 50 ++++++-------
6 files changed, 204 insertions(+), 58 deletions(-)