Commit 926da46
daily.yml: pre-pull per-year AASHTO
Runs 28915961775 + 28916371434 (both 2026-07-08) failed at the
"Re-match NJSP↔NJDOT" step: DVX saw `njdot/data/{2023,2024,2025}/
crashes.parquet` missing on disk, decided to re-run their commit
stages, and fell through to `njdot/aashto/normalize.py: not found`
(a latent shebang / `uv`-on-PATH issue in the re-run path). Cache is
now populated on S3 (pushed manually), but DVX doesn't attempt to
fetch when the output file is absent from the workspace — it just
runs the cmd.
Same fix pattern as `persons.parquet` / `vehicles.parquet` above:
pull the per-year outputs before `dvx run` so `is_output_fresh`
returns true and the re-execute path isn't taken. Root-cause fix for
the shebang path can come separately.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>crashes.parquet deps1 parent 84cac75 commit 926da46
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
82 | 92 | | |
83 | 93 | | |
84 | 94 | | |
| |||
0 commit comments