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:
Rob DiCiuccio
2021-04-08 11:05:59 -07:00
committed by GitHub
parent 5dd971eaf5
commit 6a81a7961c
7 changed files with 46 additions and 7 deletions

View File

@@ -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,