mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
feat: add slackv2 notification (#29264)
This commit is contained in:
committed by
GitHub
parent
c0d46eb1af
commit
6dbfe2aab9
@@ -316,6 +316,7 @@ def cached_common_bootstrap_data( # pylint: disable=unused-argument
|
||||
frontend_config["ALERT_REPORTS_NOTIFICATION_METHODS"] = [
|
||||
ReportRecipientType.EMAIL,
|
||||
ReportRecipientType.SLACK,
|
||||
ReportRecipientType.SLACKV2,
|
||||
]
|
||||
else:
|
||||
frontend_config["ALERT_REPORTS_NOTIFICATION_METHODS"] = [
|
||||
|
||||
Reference in New Issue
Block a user