mologie commented on issue #32110: URL: https://github.com/apache/superset/issues/32110#issuecomment-3461753907
I briefly looked at the repo and found `SCARF_ANALYTICS` is only used in WebPack's config here: https://github.com/apache/superset/blob/99b61143f644a2582a78a216574267fe036ee726/superset-frontend/webpack.config.js#L135 So the env var must be set at build/test-time, but then takes no effect during runtime, because WebPack is a build-time thing. Makes sense that the env var doesn't work in containers, and it seems like patching the container / source-code is the only option for now. -- 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]
