在前后端开发联调前 的提交20260223

This commit is contained in:
Neo
2026-02-23 23:02:20 +08:00
parent 254ccb1e77
commit fafc95e64c
1142 changed files with 10366960 additions and 36957 deletions

View File

@@ -0,0 +1,6 @@
- [P20260221-222553] 2026-02-21 22:25:53 +0800
- summary: BUG 1 — DWS_ASSISTANT_DAILY SQL 字段引用错误项目内容发现版本v1验证版本v2文件apps/etl/connectors/feiqiu/tasks/dws/assistant_daily_task.py错误现象…
- prompt:
```text
BUG 1 — DWS_ASSISTANT_DAILY SQL 字段引用错误项目内容发现版本v1验证版本v2文件apps/etl/connectors/feiqiu/tasks/dws/assistant_daily_task.py错误现象UndefinedColumn: column "xxx" does not existDWS_ASSISTANT_DAILY 及其下游 31 个任务全部失败根因SQL 中引用了 DWD 表中不存在的列名4 处字段名与实际 DDL 不匹配)修复方式修正 4 处列名引用,对齐 dwd.dwd_table_fee_log / dwd.dwd_assistant_service_log 的实际 DDL修复结果✅ v2 中 DWS_ASSISTANT_DAILY 执行成功这个再详细一些,哪些字段和列找不到?怎么对齐的?
```