deathstrokedarksky opened a new pull request, #30606:
URL: https://github.com/apache/superset/pull/30606

   ### Summary
   This pull request addresses an issue with the logging behavior in the 
`docker/docker-init.sh` script when loading examples in Apache Superset. The 
change ensures that the number of steps logged during the initialization 
process reflects whether example data should be loaded, thus preventing 
confusion in the logs. It was actually confusing in my case when I first ran 
superset in docker in different modes.
   
   ### Changes Made
   - Modified the `STEP_CNT` variable initialization logic in the 
`docker/docker-init.sh` script.
   - Added a conditional check to set `STEP_CNT` properly.
   
   ### Testing Instructions
   1. Verify that the environment variable `SUPSET_LOAD_EXAMPLES` can be set to 
either `"yes"` or `"no"`.
   2. Deploy the superset environment in different modes and observe the logs.


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