diff --git a/infra/supervisor/supervisor.sh b/infra/supervisor/supervisor.sh index 736d967..215ab7f 100644 --- a/infra/supervisor/supervisor.sh +++ b/infra/supervisor/supervisor.sh @@ -42,7 +42,7 @@ do # The web app detects the inode change on next query — no restart needed. DUCKDB_PATH="${DUCKDB_PATH:-/data/padelnomics/lakehouse.duckdb}" \ SERVING_DUCKDB_PATH="${SERVING_DUCKDB_PATH:-/data/padelnomics/analytics.duckdb}" \ - uv run python -m padelnomics.export_serving + uv run python src/padelnomics/export_serving.py ) || { if [ -n "${ALERT_WEBHOOK_URL:-}" ]; then