sadpandajoe commented on code in PR #37645:
URL: https://github.com/apache/superset/pull/37645#discussion_r2761227564


##########
docker-compose-light.yml:
##########
@@ -138,6 +138,10 @@ services:
       DATABASE_DB: superset_light
       POSTGRES_DB: superset_light
       SUPERSET_CONFIG_PATH: 
/app/docker/pythonpath_dev/superset_config_docker_light.py
+      # Override examples host to use light DB service
+      EXAMPLES_HOST: db-light
+      # Skip example loading for faster startup
+      SUPERSET_LOAD_EXAMPLES: "no"

Review Comment:
   I'm guessing this isn't used as part of ephemerals, else we wouldn't get 
examples in them. If we confirm that is the case, I'm good with this change.



-- 
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]

Reply via email to