Skip to content

Commit

Permalink
update docs around email reports
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Nov 23, 2020
1 parent cdd01f4 commit b91a668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/src/pages/docs/installation/email_reports.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit b91a668

Please sign in to comment.