You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fe...@apache.org on 2020/08/10 10:00:48 UTC

[airflow] branch master updated (a3386e5 -> f06fe61)

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

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


    from a3386e5  Fixed GitHub Actions badge (#10268)
     add f06fe61  Add Amazon SES hook (#10004)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/amazon/aws/hooks/ses.py    | 100 +++++++++++++++++++++++++++
 airflow/utils/email.py                       |  76 +++++++++++++++++---
 docs/operators-and-hooks-ref.rst             |   6 ++
 tests/providers/amazon/aws/hooks/test_ses.py |  78 +++++++++++++++++++++
 tests/utils/test_email.py                    |  24 ++++++-
 5 files changed, 273 insertions(+), 11 deletions(-)
 create mode 100644 airflow/providers/amazon/aws/hooks/ses.py
 create mode 100644 tests/providers/amazon/aws/hooks/test_ses.py