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

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


    from 1f0e673ce3 Suspend qubole provider (#33889)
     add 869f84e9c3 Add Amazon SNS Notifier (#33828)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/amazon/aws/hooks/sns.py          |  1 -
 airflow/providers/amazon/aws/notifications/sns.py  | 94 ++++++++++++++++++++++
 airflow/providers/amazon/provider.yaml             |  2 +-
 .../notifications/index.rst                        |  2 +
 .../notifications/sns.rst                          | 62 ++++++++++++++
 .../providers/amazon/aws/notifications/test_sns.py | 53 ++++++++++++
 6 files changed, 212 insertions(+), 2 deletions(-)
 create mode 100644 airflow/providers/amazon/aws/notifications/sns.py
 create mode 100644 docs/apache-airflow-providers-amazon/notifications/sns.rst
 create mode 100644 tests/providers/amazon/aws/notifications/test_sns.py

Reply via email to