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/21 07:33:26 UTC

[airflow] branch master updated (88c7d2e -> 27d08b7)

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 88c7d2e  Dataflow operators don't not always create a virtualenv (#10373)
     add 27d08b7  Amazon SES Hook (#10391)

No new revisions were added by this update.

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