ktmud commented on a change in pull request #11234: URL: https://github.com/apache/incubator-superset/pull/11234#discussion_r504233953
########## File path: tests/superset_test_config.py ########## @@ -50,6 +50,7 @@ SQL_MAX_ROW = 666 SQLLAB_CTAS_NO_LIMIT = True # SQL_MAX_ROW will not take affect for the CTA queries FEATURE_FLAGS = { + **FEATURE_FLAGS, Review comment: But `SUPERSET_CONFIG_PATH` (a config file) is loaded before `SUPERSET_CONFIG` (a Python module). This allows users to override the feature flags in `SUPERSET_CONFIG_PATH` (a file not tracked in Git) when starting superset like this: ``` SUPERSET_CONFIG=tests.superset_test_config superset run ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org