mistercrunch opened a new pull request, #24404: URL: https://github.com/apache/superset/pull/24404
Flask is deprecating FLASK_ENV, leading to this msg in the interpreter: ``` 'FLASK_ENV' is deprecated and will not be used in Flask 2.3. Use 'FLASK_DEBUG' instead. ``` ### SUMMARY Moving away from using `FLASK_ENV` and creating a `SUPERSET_ENV` instead. Cleaning up the code around the configuration `ENVIRONMENT_TAG_CONFIG` too that relied on that. Adding a note on `UPDATING.md` at it may affect some environments, mostly should just affect whether and how that warning tag in the navbar shows up. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <!--- Skip this if not applicable --> -- 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]
