Add dataset_exporter/tests/data/sample_drift_report.json

This commit is contained in:
Mika 2026-01-31 13:07:41 +00:00
parent 85fec43cf4
commit 5294deb00d

View file

@ -0,0 +1,34 @@
[
{
"timestamp": "2024-04-12T09:15:00Z",
"decision": "PASS",
"warn_rate": 0.02,
"fail_count": 0,
"unknown_count": 1,
"pinned": false
},
{
"timestamp": "2024-04-13T10:45:30Z",
"decision": "WARN",
"warn_rate": 0.15,
"fail_count": 1,
"unknown_count": 0,
"pinned": true
},
{
"timestamp": "2024-04-14T12:00:00Z",
"decision": "FAIL",
"warn_rate": 0.35,
"fail_count": 5,
"unknown_count": 3,
"pinned": false
},
{
"timestamp": "2024-04-15T08:20:00Z",
"decision": "PASS",
"warn_rate": 0.00,
"fail_count": 0,
"unknown_count": 0,
"pinned": true
}
]