mistercrunch commented on code in PR #31796:
URL: https://github.com/apache/superset/pull/31796#discussion_r1911290632
##########
superset/config.py:
##########
@@ -1923,7 +1923,7 @@ class ExtraDynamicQueryFilters(TypedDict, total=False):
"Failed to import config for %s=%s", CONFIG_PATH_ENV_VAR, cfg_path
)
raise
-elif importlib.util.find_spec("superset_config") and not is_test():
Review Comment:
NOTE: this seemed to say "if you're in test mode, DONT load ANY custom
config", which is a confusing hack and probably doesn't belong here or anywhere
--
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]