auto-sync: 2026-04-10 15:05:02
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"check_time": "2026-04-10T15:03:58.269206",
|
||||
"data_type": "info",
|
||||
"status": "warning",
|
||||
"metrics": {
|
||||
"total_files": 0,
|
||||
"total_records": 0,
|
||||
"field_coverage": {},
|
||||
"missing_fields": [],
|
||||
"completeness_score": 0.9
|
||||
},
|
||||
"issues": [
|
||||
"基础信息完整性检查待优化"
|
||||
],
|
||||
"recommendations": [
|
||||
"实现完整的股票基础信息字段检查"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"quality_checks": {
|
||||
"completeness": {
|
||||
"enabled": true,
|
||||
"check_missing_dates": true,
|
||||
"min_date_coverage": 0.95,
|
||||
"critical_threshold": 0.9
|
||||
},
|
||||
"accuracy": {
|
||||
"enabled": true,
|
||||
"check_price_logic": true,
|
||||
"check_volume_consistency": true,
|
||||
"check_financial_calc": true
|
||||
},
|
||||
"consistency": {
|
||||
"enabled": true,
|
||||
"check_field_formats": true,
|
||||
"check_data_types": true,
|
||||
"check_value_ranges": true
|
||||
}
|
||||
},
|
||||
"update_schedule": {
|
||||
"daily_update": {
|
||||
"enabled": true,
|
||||
"time": "18:00",
|
||||
"data_types": [
|
||||
"daily"
|
||||
]
|
||||
},
|
||||
"weekly_update": {
|
||||
"enabled": true,
|
||||
"day": "Sunday",
|
||||
"time": "20:00",
|
||||
"data_types": [
|
||||
"financial",
|
||||
"info"
|
||||
]
|
||||
},
|
||||
"monthly_update": {
|
||||
"enabled": true,
|
||||
"day": "01",
|
||||
"time": "22:00",
|
||||
"data_types": [
|
||||
"all"
|
||||
]
|
||||
}
|
||||
},
|
||||
"monitoring": {
|
||||
"alert_enabled": true,
|
||||
"email_alerts": false,
|
||||
"log_retention_days": 30,
|
||||
"report_frequency": "daily"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user