Why your scheduled reports on Superset might not be working
There are a few reasons why your scheduled reports on Superset might not be working. Here are some of the most common reasons:
- The report is not enabled. Make sure that the report is enabled in the Superset UI.
- The report’s schedule is incorrect. Make sure that the report’s schedule is correct. The schedule should specify the time and frequency at which the report should be run.
- The report’s parameters are incorrect. Make sure that the report’s parameters are correct. The parameters are the values used to filter the data in the report.
- The report’s database connection is not working. Make sure that the report’s database connection is working. The database connection is used to access the data that the report needs to run.
- The report’s underlying data has changed. If the underlying data the report is based on has changed, the report might not work.
If you have checked all of these things and your scheduled reports are still not working, you can try to review the logs:
- Check the Superset logs. The Superset logs can help you to troubleshoot problems with scheduled reports. The logs are typically located in the
/var/log/superset
directory on Linux or theC:\Program Files\Superset\logs
directory on Windows.