fix(superset): stabilize bootstrap after clean reset
- make superset-init run via dedicated init service\n- tolerate missing dm views during early metadata refresh\n- add clickhouse dependency for init service\n- document clean-reset behavior and re-init flow
This commit is contained in:
@@ -69,7 +69,9 @@ recover-monitoring:
|
||||
|
||||
# Инициализация Superset (подключение к ClickHouse + датасеты)
|
||||
superset-init:
|
||||
$(COMPOSE) exec -T superset bash -c "python /app/superset_init/init_superset.py"
|
||||
$(COMPOSE) up -d postgres-metadata clickhouse
|
||||
$(COMPOSE) up --abort-on-container-exit --exit-code-from superset-init superset-init
|
||||
$(COMPOSE) up -d --no-deps superset
|
||||
|
||||
# Создание дашборда с чартами
|
||||
superset-dashboard:
|
||||
|
||||
Reference in New Issue
Block a user