mistercrunch commented on issue #32655: URL: https://github.com/apache/superset/issues/32655#issuecomment-2722604683
Looks like using `ENABLE_CORS` requires installing the additional `extra_requires`-configured `cors`, as in `pip install .[cors]` or `pip install apache-superset[cors]`, and that's not in the `lean` image anymore. Potential solutions: - clarify the dependency as a comment in `superset/config.py` - move cors to base python package (I hate to bundle a bunch of things people may not need...) - add to the `lean` Docker image (?) Might not subscribe to the idea behind `lean`... - combo of 1 and 3 (?) -- 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]
