You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/12/30 01:25:21 UTC

[airflow] branch main updated (f8bc2d5 -> a3caea0)

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

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


    from f8bc2d5  Reword section covering the envvar secrets in chart docs (#20566)
     add a3caea0  Fix mypy aws example dags (#20497)

No new revisions were added by this update.

Summary of changes:
 .../aws/example_dags/example_eks_templated.py      |  10 +-
 airflow/providers/amazon/aws/operators/eks.pyi     | 114 +++++++++++++++++++++
 airflow/providers/amazon/aws/operators/s3.pyi      |  88 ++++++++++++++++
 airflow/providers/amazon/aws/sensors/eks.pyi       |  56 ++++++++++
 4 files changed, 266 insertions(+), 2 deletions(-)
 create mode 100644 airflow/providers/amazon/aws/operators/eks.pyi
 create mode 100644 airflow/providers/amazon/aws/operators/s3.pyi
 create mode 100644 airflow/providers/amazon/aws/sensors/eks.pyi