GitHub user dosubot[bot] added a comment to the discussion: Data Alerts
<!-- Answer --> Yes, Superset supports automated data alerts that can send notifications via email (and Slack) when a KPI value crosses a user-defined threshold. You can set up an alert by defining a SQL query that returns a numeric KPI, choose an operator (like <, >, <=, >=, ==, !=, or "not null"), and specify the threshold value. When the condition is met, Superset will send notifications to the recipients you configure, including support for To, CC, and BCC fields in email notifications ([docs](https://github.com/apache/superset/blob/master/docs/docs/configuration/alerts-reports.mdx), [code](https://github.com/apache/superset-frontend/src/features/alerts/AlertReportModal.tsx), [feature PR](https://github.com/apache/superset/pull/29088)). To use this feature, you need to: - Enable the `ALERT_REPORTS` feature flag in your `superset_config.py` - Configure SMTP settings for email notifications - Set up Celery workers, Celery beat, and Redis for scheduling and delivery - Install a headless browser (Firefox or Chrome, Playwright recommended for Chrome) in your worker environment for screenshot support Superset does not currently support native in-app notifications for alerts; notifications are sent via email or Slack ([docs](https://github.com/apache/superset/blob/master/docs/docs/configuration/alerts-reports.mdx)). For more details and setup instructions, check the [official documentation](https://github.com/apache/superset/blob/master/docs/docs/configuration/alerts-reports.mdx). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/fcb18954-4fbf-4681-b603-52122a34f435?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/fcb18954-4fbf-4681-b603-52122a34f435?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/fcb18954-4fbf-4681-b603-52122a34f435?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/fcb18954-4fbf-4681-b603-52122a34f435?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/fcb18954-4fbf-4681-b603-52122a34f435?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/fcb18954-4fbf-4681-b603-52122a34f435?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/fcb18954-4fbf-4681-b603-52122a34f435?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)& nbsp;[](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/35534) GitHub link: https://github.com/apache/superset/discussions/35534#discussioncomment-14607587 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
