mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: Support feature flag overrides in ephemeral test envs (#14008)
* Add support for feature flag overrides in ephemeral env cmd * update docs to reference correct config * Update ephemeral env docs
This commit is contained in:
@@ -185,7 +185,7 @@ functionalities in Superset, but will be only affected by a subset of users.
|
||||
You can enable or disable features with flag from `superset_config.py`:
|
||||
|
||||
```python
|
||||
DEFAULT_FEATURE_FLAGS = {
|
||||
FEATURE_FLAGS = {
|
||||
'CLIENT_CACHE': False,
|
||||
'ENABLE_EXPLORE_JSON_CSRF_PROTECTION': False,
|
||||
'PRESTO_EXPAND_DATA': False,
|
||||
|
||||
Reference in New Issue
Block a user