数据库 数据校验写入等逻辑更新。

This commit is contained in:
Neo
2026-02-01 03:46:16 +08:00
parent 9948000b71
commit 076f5755ca
128 changed files with 494310 additions and 2819 deletions

View File

@@ -41,8 +41,19 @@ ENV_GROUPS = {
},
"integrity": {
"title": "数据完整性配置",
"keys": ["INTEGRITY_MODE", "INTEGRITY_HISTORY_START", "INTEGRITY_HISTORY_END",
"INTEGRITY_INCLUDE_DIMENSIONS", "INTEGRITY_AUTO_CHECK", "INTEGRITY_ODS_TASK_CODES"],
"keys": [
"INTEGRITY_MODE",
"INTEGRITY_HISTORY_START",
"INTEGRITY_HISTORY_END",
"INTEGRITY_INCLUDE_DIMENSIONS",
"INTEGRITY_AUTO_CHECK",
"INTEGRITY_AUTO_BACKFILL",
"INTEGRITY_COMPARE_CONTENT",
"INTEGRITY_CONTENT_SAMPLE_LIMIT",
"INTEGRITY_BACKFILL_MISMATCH",
"INTEGRITY_RECHECK_AFTER_BACKFILL",
"INTEGRITY_ODS_TASK_CODES",
],
"sensitive": [],
},
}