-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AIRFLOW-3288] Add SNS integration #4123
Conversation
Provides a hook and an operator for publishing Amazon SNS messages. Useful for integrating various Amazon services (SQS, Lambda) and sending regular notifications (e-mail, SMS, ...).
Codecov Report
@@ Coverage Diff @@
## master #4123 +/- ##
=======================================
Coverage 76.66% 76.66%
=======================================
Files 199 199
Lines 16209 16209
=======================================
Hits 12427 12427
Misses 3782 3782 Continue to review full report at Codecov.
|
lgtm |
These new classes are not linked from the docs - please add them to at least docs/code.rst |
|
Provides a hook and an operator for publishing Amazon SNS messages. Useful for integrating various Amazon services (SQS, Lambda) and sending regular notifications (e-mail, SMS, ...).
Provides a hook and an operator for publishing Amazon SNS messages. Useful for integrating various Amazon services (SQS, Lambda) and sending regular notifications (e-mail, SMS, ...).
Provides a hook and an operator for publishing Amazon SNS messages. Useful for integrating various Amazon services (SQS, Lambda) and sending regular notifications (e-mail, SMS, ...).
Provides a hook and an operator for publishing Amazon SNS messages. Useful for integrating various Amazon services (SQS, Lambda) and sending regular notifications (e-mail, SMS, ...).
Provides a hook and an operator for publishing Amazon SNS messages. Useful for integrating various Amazon services (SQS, Lambda) and sending regular notifications (e-mail, SMS, ...).
Provides a hook and an operator for publishing Amazon SNS messages. Useful for integrating various Amazon services (SQS, Lambda) and sending regular notifications (e-mail, SMS, ...).
Jira
Description
Adds a hook and a basic operator for publishing Amazon SNS messages.
Our project is currently using an identical plugin for integrating SQS into our Airflow pipelines, but it could be used for other purposes as well (e-mail, sms, lambda function invocation etc.).
Tests
The hook and the operator have independent unit tests.
Commits
Documentation
Classes and methods should be documented.
Code Quality
flake8