-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Add ChimeNotifier
#32222
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
Add ChimeNotifier
#32222
Conversation
docs/apache-airflow-providers-amazon/notifications/chime_notifier_howto_guide.rst
Show resolved
Hide resolved
| @@ -0,0 +1,61 @@ | |||
| # Licensed to the Apache Software Foundation (ASF) under one | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we name the directory notifiers instead? To be consistent with operators, hooks, ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notifications was consistent with how other providers have named such as Slack and Discord. But I am open to renaming if there is consensus.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets stay with the current convention for now.
Notifiers is a new experience and I prefer to gather feedback before we start deprecating.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good
Feature:
Adding
ChimeNotifierfor Amazon provider to enable notifications to a Chime chat room via callbacks. This feature will allow a user to create notifications via a Chime webhook utlizing theChimeWebhookHookwith the message allowing templating.Example code added to How-to Guide for Chime notifications under the Amazon provider docs under notifications folder.