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

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