Unable to configure and get alerts/report via email/slack #34943
Replies: 1 comment 2 replies
-
Hi @abhijeet-ghl! I'm Dosu and I’m helping the superset team. The most common cause for Superset alerts/reports not being delivered (when you only get sample/error mails) is that For authentication: scheduled reports run as the user specified in The HybridSecurityManager approach (bypassing OAuth based on User-Agent) does not work for scheduled reports, because Celery/background tasks do not have HTTP request context—so authentication bypass must be handled structurally, not via request headers [source]. WebDriver authentication for scheduled reports uses a MachineAuthProvider that sets session cookies for the specified user. Make sure your Checklist:
If you follow these steps, you should be able to get actual alerts/reports delivered via email and Slack. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are trying to configure the configurations to enable the alerts and reports and schedule reports to be sent via email and slack. We tried all sorts of options starting with using chrome as headless browser and then switching to dev image. We are still not getting any mails with the report (getting sample/error mails).
The configuration yaml file -
Verifications -
Web browser and webdriver check -
On checking the browse to report from browser getting -
The report is getting triggered but not getting any error.

Not sure what else configuration to be mapped, tried by passing the OAUTH authentication using
HybridSecurityManager
but still no luck.Can community members please guide for the correct configuration.
Beta Was this translation helpful? Give feedback.
All reactions