From 09f68c9c7bad7e00693ef6c707a7f0d2679eec82 Mon Sep 17 00:00:00 2001 From: Octavian Date: Tue, 6 Apr 2021 04:00:27 +0200 Subject: [PATCH] Update docs to use the newer WEBDRIVER_TYPE name (#13934) --- docs/installation.rst | 2 +- docs/src/pages/docs/installation/alerts_reports.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 658c9a7e2..9da1de85d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1207,7 +1207,7 @@ To render dashboards you need to install a local browser on your superset instan * `geckodriver `_ and Firefox is preferred * `chromedriver `_ is a good option too -You need to adjust the ``EMAIL_REPORTS_WEBDRIVER`` accordingly in your configuration. +You need to adjust the ``WEBDRIVER_TYPE`` accordingly in your configuration. You also need to specify on behalf of which username to render the dashboards. In general dashboards and charts are not accessible to unauthorized requests, that is why the diff --git a/docs/src/pages/docs/installation/alerts_reports.mdx b/docs/src/pages/docs/installation/alerts_reports.mdx index b6fa9b2d2..6ac292b1a 100644 --- a/docs/src/pages/docs/installation/alerts_reports.mdx +++ b/docs/src/pages/docs/installation/alerts_reports.mdx @@ -337,7 +337,7 @@ To render dashboards you need to install a local browser on your Superset instan - [geckodriver](https://github.com/mozilla/geckodriver) for Firefox - [chromedriver](http://chromedriver.chromium.org/) for Chrome -You'll need to adjust the `EMAIL_REPORTS_WEBDRIVER` accordingly in your configuration. You also need +You'll need to adjust the `WEBDRIVER_TYPE` accordingly in your configuration. You also need to specify on behalf of which username to render the dashboards. In general dashboards and charts are not accessible to unauthorized requests, that is why the worker needs to take over credentials of an existing user to take a snapshot.