bito-code-review[bot] commented on PR #43916: URL: https://github.com/apache/superset/pull/43916#issuecomment-5548630216
<!-- Bito Reply --> The flagged issue regarding `SUPERSET_FORCE_LOAD_EXAMPLES` is correct. In the current Docker Compose configuration, environment variables defined in the shell are not automatically passed to the `superset-init` container unless explicitly mapped in the `docker-compose.yml` file. To resolve this, you should add `SUPERSET_FORCE_LOAD_EXAMPLES` to the `environment` section of the `superset-init` service in your `docker-compose.yml` file, allowing it to inherit the value from your shell environment. -- 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]
