在前后端开发联调前 的提交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

@@ -20,8 +20,8 @@ from orchestration.task_executor import TaskExecutor
from orchestration.flow_runner import FlowRunner
# 保留模块级常量以兼容外部引用
PIPELINE_LAYERS = FlowRunner.FLOW_LAYERS
# CHANGE [2026-02-20] intent: 移除 PIPELINE_LAYERS 别名,统一使用 FlowRunner.FLOW_LAYERS
FLOW_LAYERS = FlowRunner.FLOW_LAYERS
class ETLScheduler: