-
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
Standardize Slack Notifier #31244
Standardize Slack Notifier #31244
Conversation
We should not have `slack_` prefix
class SlackNotifier(BaseNotifier): | ||
""" | ||
Slack BaseNotifier | ||
|
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.
I think we should reference the documentation like we do with operators, sensors, ...
.. seealso:: | |
For more information on how to use this notifier, take a look at the guide: | |
:ref:`howto/notifier:SlackNotifier` | |
@@ -20,7 +20,7 @@ How-to Guide for Slack notifications | |||
|
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.
I cannot add a comment before "How-to Guide for Slack notifications" but that's where I'd put it
.. _howto/notifier:SlackNotifier: | |
Oops, bad timing :D |
We should not have
slack_
prefix