craig-rueda commented on issue #8318: [SIP-24] Proposal to introduce Flask app factory pattern URL: https://github.com/apache/incubator-superset/issues/8318#issuecomment-544769646 I opened a super early WIP PR (#8418) so I could share my current direction with @john-bodley . Right now, it's looking like it will be a bit more difficult than I had perviously thought to break things into multiple "smaller" chunks. The biggest issue I've come across is needing to change the way people start up Superset from a Flask point of view, from ``` FLASK_APP="superset.app" ``` to ``` FLASK_APP="superset.app:create_app()" ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
