feat: introducing a docker-compose-light.yml for lighter development (#34324)

This commit is contained in:
Maxime Beauchemin
2025-07-28 09:27:07 -07:00
committed by GitHub
parent 913e068113
commit 604d72cc98
11 changed files with 247 additions and 7 deletions

View File

@@ -129,7 +129,7 @@ if os.getenv("CYPRESS_CONFIG") == "true":
#
try:
import superset_config_docker
from superset_config_docker import * # noqa
from superset_config_docker import * # noqa: F403
logger.info(
f"Loaded your Docker configuration at [{superset_config_docker.__file__}]"