craig-rueda commented on code in PR #25346: URL: https://github.com/apache/superset/pull/25346#discussion_r1330776063
########## superset/app.py: ########## @@ -25,12 +26,14 @@ logger = logging.getLogger(__name__) -def create_app() -> Flask: +def create_app(superset_config_module: Optional[str] = None) -> Flask: Review Comment: Adding optional override module for test configs -- 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: notifications-unsubscr...@superset.apache.org 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