You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2023/03/31 13:14:46 UTC

[superset] branch chore/update-docs created (now f4d1904408)

This is an automated email from the ASF dual-hosted git repository.

diegopucci pushed a change to branch chore/update-docs
in repository https://gitbox.apache.org/repos/asf/superset.git


      at f4d1904408 Remove wrong info

This branch includes the following new commits:

     new f4d1904408 Remove wrong info

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: Remove wrong info

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

diegopucci pushed a commit to branch chore/update-docs
in repository https://gitbox.apache.org/repos/asf/superset.git

commit f4d190440878f77cb68b56532ef314b985dc9351
Author: geido <di...@gmail.com>
AuthorDate: Fri Mar 31 15:14:27 2023 +0200

    Remove wrong info
---
 docs/docs/installation/alerts-reports.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/installation/alerts-reports.mdx b/docs/docs/installation/alerts-reports.mdx
index 06ebcbd752..f9c22f89f3 100644
--- a/docs/docs/installation/alerts-reports.mdx
+++ b/docs/docs/installation/alerts-reports.mdx
@@ -30,7 +30,7 @@ Alerts and reports are disabled by default. To turn them on, you need to do some
 
 ###### Disable dry-run mode
 
-Screenshots will be taken but no messages actually sent as long as `ALERT_REPORTS_NOTIFICATION_DRY_RUN = True`, its default value in `config.py`.  To disable dry-run mode and start receiving email/Slack notifications, set `ALERT_REPORTS_NOTIFICATION_DRY_RUN` to `False` in [superset config](https://github.com/apache/superset/blob/master/docker/pythonpath_dev/superset_config.py).
+Screenshots will be taken but no messages actually sent as long as `ALERT_REPORTS_NOTIFICATION_DRY_RUN = True`.  To disable dry-run mode and start receiving email/Slack notifications, set `ALERT_REPORTS_NOTIFICATION_DRY_RUN` to `False` in [superset config](https://github.com/apache/superset/blob/master/docker/pythonpath_dev/superset_config.py).
 
 ##### In your `Dockerfile`