feat: allowing print() statements to be unbuffered in docker (#31760)

This commit is contained in:
Maxime Beauchemin 2025-01-08 19:12:22 -08:00 committed by GitHub
parent e4b3ecd372
commit 840a920aba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
# limitations under the License.
#
# Allowing python to print() in docker
PYTHONUNBUFFERED=1
COMPOSE_PROJECT_NAME=superset
DEV_MODE=true