Files
superset2/RESOURCES/FEATURE_FLAGS.md
David Aaron Suddjian 97abc28a1f chore!: remove ENABLE_REACT_CRUD_VIEWS feature flag (permanently enable) (#19231)
* remove ENABLE_REACT_CRUD_VIEWS feature flag

* docs

* deal with problematic tests

* empty test suite

* skip test

* test conditions changed

* removing the tests instead of skipping
2022-03-18 14:00:23 -07:00

2.9 KiB

Superset Feature Flags

This is a list of the current Superset optional features. See config.py for default values. These features can be turned on/off by setting your preferred values in superset_config.py to True/False respectively

In Development

These features are considered unfinished and should only be used on development environments.

  • CLIENT_CACHE
  • DASHBOARD_CACHE
  • DASHBOARD_NATIVE_FILTERS_SET
  • DISABLE_DATASET_SOURCE_EDIT
  • ENABLE_EXPLORE_JSON_CSRF_PROTECTION
  • KV_STORE
  • PRESTO_EXPAND_DATA
  • REMOVE_SLICE_LEVEL_LABEL_COLORS
  • SHARE_QUERIES_VIA_KV_STORE
  • TAGGING_SYSTEM
  • ENABLE_TEMPLATE_REMOVE_FILTERS

In Testing

These features are finished but currently being tested. They are usable, but may still contain some bugs.

  • ALERT_REPORTS: (docs)
  • DYNAMIC_PLUGINS: (docs)
  • DASHBOARD_NATIVE_FILTERS
  • GLOBAL_ASYNC_QUERIES (docs)
  • VERSIONED_EXPORT
  • ENABLE_JAVASCRIPT_CONTROLS

Stable

These features flags are safe for production and have been tested.

  • DASHBOARD_CROSS_FILTERS
  • DASHBOARD_RBAC (docs)
  • ESCAPE_MARKDOWN_HTML
  • ENABLE_TEMPLATE_PROCESSING
  • LISTVIEWS_DEFAULT_CARD_VIEW
  • ROW_LEVEL_SECURITY
  • SCHEDULED_QUERIES (docs)
  • SQL_VALIDATORS_BY_ENGINE (docs)
  • SQLLAB_BACKEND_PERSISTENCE
  • THUMBNAILS (docs)

Deprecated Flags

These features flags currently default to True and will be removed in a future major release. For this current release you can turn them off by setting your config to False, but it is advised to remove or set these flags in your local configuration to True so that you do not experience any unexpected changes in a future release.

  • ALLOW_DASHBOARD_DOMAIN_SHARDING
  • DISPLAY_MARKDOWN_HTML