mirror of
https://github.com/apache/superset.git
synced 2026-04-08 02:45:22 +00:00
feat: introducing a docker-compose-light.yml for lighter development (#34324)
This commit is contained in:
committed by
GitHub
parent
913e068113
commit
604d72cc98
@@ -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__}]"
|
||||
|
||||
Reference in New Issue
Block a user