GitHub user Hariprasath-0018 added a comment to the discussion: Alerts and Reports Emails Not Sending
Hi @dosu Thanks for the detailed checklist! I went through each point and here’s the status of my Superset setup: 1. Config file placement: I don’t have a superset_config_docker.py in my directory. The files I have are: superset_config.py superset_config_docker_light.py superset_config_local.example superset_test_config_light.py 2. Feature flags: ✅ Already done. 3. Celery beat schedule: ✅ Already done. 4. Playwright/Chromium: Installed manually, but had to change .env to: ENABLE_PLAYWRIGHT=true INCLUDE_CHROMIUM=true before it would recognize Playwright. 5. SMTP config: ✅ Already done. 6. Database migrations: ✅ Tables migrated successfully. 7. Active schedules: ✅ Schedules are active. 8. Logs: Worker starts fine (celery@... ready) and connects to Redis. Scheduler logs show startup, but there’s no evidence of tasks being sent. 9. Execution logs: ReportExecutionLog table is empty. Despite everything above being configured, emails are still not being sent. GitHub link: https://github.com/apache/superset/discussions/37401#discussioncomment-15583318 ---- 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]
