bito-code-review[bot] commented on PR #37645:
URL: https://github.com/apache/superset/pull/37645#issuecomment-3843872075
<!-- Bito Reply -->
Yes, the example loading can be controlled via an environment variable flag,
allowing flexibility for testing dashboard interactions. For instance, you
could set it as an optional override in the docker-compose file.
**docker-compose-light.yml**
```
# Skip example loading for faster startup
SUPERSET_LOAD_EXAMPLES: "${SUPERSET_LOAD_EXAMPLES:-no}"
```
--
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]