| { |
| "status": "success", |
| "source_group": "crypto", |
| "cadence": "daily", |
| "publish": true, |
| "repo_id": "JrVillabona/resonance-data", |
| "runner": "local", |
| "started_at": "2026-07-25T06:30:02+00:00", |
| "finished_at": "2026-07-25T06:54:25+00:00", |
| "duration_seconds": 1463.569, |
| "log_path": "/Users/jvillabona/Documents/Personal/Resonance/resonance-data/logs/local/update-20260725T063002Z.log", |
| "error": null, |
| "steps": [ |
| { |
| "name": "Compile collector and scripts", |
| "due": true, |
| "status": "success", |
| "duration_seconds": 0.063, |
| "exit_code": 0, |
| "command": [ |
| "/opt/anaconda3/bin/python", |
| "-m", |
| "compileall", |
| "-q", |
| "collector", |
| "scripts" |
| ] |
| }, |
| { |
| "name": "Run local scheduler regression tests", |
| "due": true, |
| "status": "success", |
| "duration_seconds": 2.068, |
| "exit_code": 0, |
| "command": [ |
| "/opt/anaconda3/bin/python", |
| "-m", |
| "unittest", |
| "tests.test_local_data_update", |
| "tests.test_boj_timeseries", |
| "tests.test_materialized_compaction" |
| ] |
| }, |
| { |
| "name": "Validate JSON config files", |
| "due": true, |
| "status": "success", |
| "duration_seconds": 0.041, |
| "exit_code": 0, |
| "command": [ |
| "/opt/anaconda3/bin/python", |
| "scripts/validate_json_configs.py" |
| ] |
| }, |
| { |
| "name": "Retire verified legacy CSV files", |
| "due": true, |
| "status": "success", |
| "duration_seconds": 0.51, |
| "exit_code": 0, |
| "command": [ |
| "/opt/anaconda3/bin/python", |
| "scripts/retire_legacy_csv.py", |
| "--delete" |
| ] |
| }, |
| { |
| "name": "Fetch Binance bulk archives", |
| "due": true, |
| "status": "success", |
| "duration_seconds": 218.9, |
| "exit_code": 0, |
| "command": [ |
| "/opt/anaconda3/bin/python", |
| "-m", |
| "collector.binance_bulk", |
| "--cadence", |
| "daily" |
| ] |
| }, |
| { |
| "name": "Fetch cross-venue OHLCV bars", |
| "due": true, |
| "status": "success", |
| "duration_seconds": 26.753, |
| "exit_code": 0, |
| "command": [ |
| "/opt/anaconda3/bin/python", |
| "-m", |
| "collector.cross_venue_bars", |
| "--max-windows", |
| "120" |
| ] |
| }, |
| { |
| "name": "Build Hugging Face dataset package", |
| "due": true, |
| "status": "success", |
| "duration_seconds": 1201.789, |
| "exit_code": 0, |
| "command": [ |
| "/opt/anaconda3/bin/python", |
| "scripts/build_huggingface_dataset.py", |
| "--output-dir", |
| "dist/huggingface-dataset", |
| "--repo-id", |
| "JrVillabona/resonance-data", |
| "--target-shard-mb", |
| "384" |
| ] |
| }, |
| { |
| "name": "Publish Hugging Face dataset package", |
| "due": true, |
| "status": "success", |
| "duration_seconds": 13.452, |
| "exit_code": 0, |
| "command": [ |
| "/opt/anaconda3/bin/python", |
| "scripts/publish_huggingface_dataset.py", |
| "--repo-id", |
| "JrVillabona/resonance-data", |
| "--package-dir", |
| "dist/huggingface-dataset" |
| ] |
| } |
| ] |
| } |