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
These features are considered unfinished and should only be used on development environments.
These features are finished but currently being tested. They are usable, but may still contain some bugs.
These features flags are safe for production. They have been tested and will be supported for the at least the current major version cycle.
Currently some of our feature flags act as dynamic configurations that can changed on the fly. This acts in contradiction with the typical ephemeral feature flag use case, where the flag is used to mature a feature, and eventually deprecated once the feature is solid. Eventually we'll likely refactor these under a more formal “dynamic configurations” managed independently. This new framework will also allow for non-boolean configurations.
superset/config.py
for more information)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.