Compare commits
1 Commits
v202603071
...
v202603071
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2ffad055b |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user