auto-sync: 2026-04-10 15:05:02
This commit is contained in:
@@ -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