mistercrunch commented on PR #29499: URL: https://github.com/apache/superset/pull/29499#issuecomment-2218778530
Ah! I've been having this idea to expose more of what's in `superset/config.py` as env vars in a way that's evolutive / straightforward and is portable from dev/prod. The idea would be to allow-list at set of keys, and look for matching `SUPERSET__` -prefix env var, and do the proper type casting if/where necessary (bool, string, int, ...). Should be pretty straightfoward. -- 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]
