Skip to content

Commit

Permalink
chore: Adding/categorizing missing flags in FEATURE_FLAGS.md (#21474)
Browse files Browse the repository at this point in the history
Co-authored-by: Geido <60598000+geido@users.noreply.github.com>
  • Loading branch information
rusackas and geido authored Oct 4, 2022
1 parent 2907869 commit c248ee5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions RESOURCES/FEATURE_FLAGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ These features are considered **unfinished** and should only be used on developm
- SHARE_QUERIES_VIA_KV_STORE
- TAGGING_SYSTEM
- ENABLE_TEMPLATE_REMOVE_FILTERS
- DRILL_TO_DETAIL
- ENABLE_ADVANCED_DATA_TYPES

## In Testing
These features are **finished** but currently being tested. They are usable, but may still contain some bugs.
Expand All @@ -44,6 +46,15 @@ These features are **finished** but currently being tested. They are usable, but
- VERSIONED_EXPORT
- ENABLE_JAVASCRIPT_CONTROLS
- GENERIC_CHART_AXES
- ENABLE_FILTER_BOX_MIGRATION
- UX_BETA
- USE_ANALAGOUS_COLORS
- DASHBOARD_EDIT_CHART_IN_NEW_TAB
- CACHE_IMPERSONATION
- RLS_IN_SQLLAB
- DASHBOARD_FILTERS_EXPERIMENTAL
- ALLOW_FULL_CSV_EXPORT


## Stable
These features flags are **safe for production** and have been tested.
Expand All @@ -57,9 +68,19 @@ These features flags are **safe for production** and have been tested.
- SQL_VALIDATORS_BY_ENGINE [(docs)](https://superset.apache.org/docs/installation/sql-templating)
- SQLLAB_BACKEND_PERSISTENCE
- THUMBNAILS [(docs)](https://superset.apache.org/docs/installation/cache)
- ENABLE_EXPLORE_DRAG_AND_DROP
- ENABLE_DND_WITH_CLICK_UX
- EMBEDDABLE_CHARTS
- EMBEDDED_SUPERSET
- ALERTS_ATTACH_REPORTS
- ALLOW_ADHOC_SUBQUERY
- DRUID_JOINS
- DISABLE_LEGACY_DATASOURCE_EDITOR
- ENFORCE_DB_ENCRYPTION_UI

## 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
- FORCE_DATABASE_CONNECTIONS_SSL

0 comments on commit c248ee5

Please sign in to comment.