GitHub user dosubot[bot] added a comment to the discussion: Deck.gl map change
style directly on dashboard
<!-- Answer -->
To know if the rasterized PDF functionality is enabled in Superset, you need to
check the configuration settings for the relevant feature flags. Specifically,
ensure that the following feature flags are set to `True` in your configuration:
```python
FEATURE_FLAGS = {
"ENABLE_DASHBOARD_SCREENSHOT_ENDPOINTS": True,
"ENABLE_DASHBOARD_DOWNLOAD_WEBDRIVER_SCREENSHOT": True,
}
```
These flags enable the WebDriver screenshot method, which is necessary for the
rasterized PDF functionality to work
<sup>[[1]](https://github.com/apache/superset/blob/master/superset/config.py)</sup>.
<!-- Dosu Comment Footer -->
*To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
---
<sup>Help Dosu learn! Give it feedback: [Great
Response](https://app.dosu.dev/response-feedback/373f1bd5-0f27-471a-9c35-32430e8e6c45?feedback_type=great_response)
| [Irrelevant
Answer](https://app.dosu.dev/response-feedback/373f1bd5-0f27-471a-9c35-32430e8e6c45?feedback_type=irrelevant_answer)
| [Incorrect
Sources](https://app.dosu.dev/response-feedback/373f1bd5-0f27-471a-9c35-32430e8e6c45?feedback_type=incorrect_sources)
| [Too
Verbose](https://app.dosu.dev/response-feedback/373f1bd5-0f27-471a-9c35-32430e8e6c45?feedback_type=too_verbose)
|
[Hallucination](https://app.dosu.dev/response-feedback/373f1bd5-0f27-471a-9c35-32430e8e6c45?feedback_type=hallucination)
| [Bug
Report](https://app.dosu.dev/response-feedback/373f1bd5-0f27-471a-9c35-32430e8e6c45?feedback_type=bug_report)
|
[Other](https://app.dosu.dev/response-feedback/373f1bd5-0f27-471a-9c35-32430e8e6c45?feedback_type=other)</sup>
GitHub link:
https://github.com/apache/superset/discussions/32149#discussioncomment-13117124
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]