微信小程序页面迁移校验之前 P5任务处理之前

This commit is contained in:
Neo
2026-03-09 01:19:21 +08:00
parent 263bf96035
commit 6e20987d2f
1112 changed files with 153824 additions and 219694 deletions

View File

@@ -287,8 +287,6 @@ def generate_report(execution: dict, task_results: list[dict]) -> str:
"",
f"错误:`{root_cause.get('error', '未知')}`",
"",
"原因:`_extract_trash_records` SQL 引用了 `dwd_assistant_trash_event` 中不存在的字段 `assistant_service_id`。",
"",
"### 级联失败",
"",
])
@@ -316,7 +314,7 @@ def generate_report(execution: dict, task_results: list[dict]) -> str:
"## 下一步",
"",
"1. 重新提交包含 9 个失败任务的执行,验证修复",
"2. 运行 ETL Data Consistency Check",
"2. 运行 ETL Unified Analysis统一分析",
"3. 运行 /audit 审计",
])