File size: 2,864 Bytes
1da1d5c 264b280 1971783 1da1d5c 1971783 264b280 1da1d5c 1971783 1da1d5c 1971783 1da1d5c 1971783 1da1d5c 1971783 1da1d5c 1971783 1da1d5c ae378f3 1971783 ae378f3 8888d5e 1971783 4c60745 264b280 1971783 264b280 4c60745 ae378f3 4c60745 2e35b90 264b280 1971783 264b280 1da1d5c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | {
"status": "success",
"source_group": "market",
"cadence": "daily",
"publish": true,
"repo_id": "JrVillabona/resonance-data",
"runner": "local",
"started_at": "2026-08-04T05:30:03+00:00",
"finished_at": "2026-08-04T07:45:36+00:00",
"duration_seconds": 8133.08,
"log_path": "/Users/jvillabona/Documents/Personal/Resonance/resonance-data/logs/local/update-20260804T053003Z.log",
"error": null,
"steps": [
{
"name": "Compile collector and scripts",
"due": true,
"status": "success",
"duration_seconds": 0.233,
"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": 7.996,
"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.267,
"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": 3.146,
"exit_code": 0,
"command": [
"/opt/anaconda3/bin/python",
"scripts/retire_legacy_csv.py",
"--delete"
]
},
{
"name": "Fetch market data",
"due": true,
"status": "success",
"duration_seconds": 699.192,
"exit_code": 0,
"command": [
"/opt/anaconda3/bin/python",
"-m",
"collector.fetch_data",
"--mode",
"daily",
"--cadence",
"daily"
]
},
{
"name": "Build Hugging Face dataset package",
"due": true,
"status": "success",
"duration_seconds": 1247.306,
"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": 11.439,
"exit_code": 0,
"command": [
"/opt/anaconda3/bin/python",
"scripts/publish_huggingface_dataset.py",
"--repo-id",
"JrVillabona/resonance-data",
"--package-dir",
"dist/huggingface-dataset"
]
}
]
} |