update docs around email reports (#11783)

This commit is contained in:
Elizabeth Thompson 2020-11-24 11:43:43 -08:00 committed by GitHub
parent 67c44479b5
commit 302357f3e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1136,6 +1136,7 @@ Make sure you enable email reports in your configuration file
ENABLE_SCHEDULED_EMAIL_REPORTS = True
This flag enables some permissions that are stored in your database, so you'll want to run `superset init` again if you are running this in a dev environment.
Now you will find two new items in the navigation bar that allow you to schedule email
reports

View File

@ -21,6 +21,7 @@ Enable email reports in your `superset_config.py` file:
ENABLE_SCHEDULED_EMAIL_REPORTS = True
```
This flag enables some permissions that are stored in your database, so you'll want to run `superset init` again if you are running this in a dev environment.
Now you will find two new items in the navigation bar that allow you to schedule email reports:
- **Manage > Dashboard Emails**