You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2021/12/20 07:16:20 UTC

[airflow] branch main updated (43bd6f8 -> ecbe160)

This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 43bd6f8  Fix parsing of Cloudwatch log group arn containing slashes (#14667) (#19700)
     add ecbe160  Standardize AWS EKS naming (#20354)

No new revisions were added by this update.

Summary of changes:
 .../aws/example_dags/example_eks_templated.py      |  30 ++--
 .../example_eks_with_fargate_in_one_step.py        |  18 +--
 .../example_eks_with_fargate_profile.py            |  30 ++--
 .../example_eks_with_nodegroup_in_one_step.py      |  18 +--
 .../example_dags/example_eks_with_nodegroups.py    |  30 ++--
 airflow/providers/amazon/aws/hooks/eks.py          |  17 ++-
 airflow/providers/amazon/aws/operators/eks.py      | 164 +++++++++++++++++----
 airflow/providers/amazon/aws/sensors/eks.py        |  63 +++++++-
 .../providers/amazon/aws/utils/eks_get_token.py    |   4 +-
 .../operators/eks.rst                              |  32 ++--
 tests/providers/amazon/aws/hooks/test_eks.py       |  24 +--
 tests/providers/amazon/aws/operators/test_eks.py   |  80 +++++-----
 tests/providers/amazon/aws/sensors/test_eks.py     |  38 ++---
 tests/providers/amazon/aws/utils/eks_test_utils.py |  20 +--
 .../amazon/aws/utils/test_eks_get_token.py         |   4 +-
 15 files changed, 374 insertions(+), 198 deletions(-)