You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2021/11/11 09:09:54 UTC

[airflow] branch main updated (deaa9a3 -> c95205e)

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

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


    from deaa9a3  Fix DAG docstrings (#19531)
     add c95205e  Pass custom_headers to send_email and send_email_smtp (#19009)

No new revisions were added by this update.

Summary of changes:
 airflow/operators/email.py    |  7 ++++++-
 airflow/utils/email.py        |  4 ++++
 tests/operators/test_email.py |  6 ++++--
 tests/utils/test_email.py     | 10 +++++++++-
 4 files changed, 23 insertions(+), 4 deletions(-)