rusackas commented on code in PR #21474: URL: https://github.com/apache/superset/pull/21474#discussion_r982805217
########## RESOURCES/FEATURE_FLAGS.md: ########## @@ -57,9 +66,23 @@ 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 ## 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 + +## In need of categorization +- DISABLE_LEGACY_DATASOURCE_EDITOR +- ENABLE_ADVANCED_DATA_TYPES +- ENFORCE_DB_ENCRYPTION_UI +- ALLOW_FULL_CSV_EXPORT Review Comment: ```suggestion ## In need of categorization - ENABLE_ADVANCED_DATA_TYPES - ALLOW_FULL_CSV_EXPORT ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
