فهرست منبع

已经莫名其妙的修复了pipline_data_scheduler.py

wangxq 1 ماه پیش
والد
کامیت
85deb8de46
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      dags/dag_dataops_pipeline_data_scheduler.py

+ 1 - 2
dags/dag_dataops_pipeline_data_scheduler.py

@@ -1622,8 +1622,7 @@ with DAG(
                         for table_name in terminal_tasks:
                             if table_name in task_dict:
                                 task_dict[table_name] >> processing_completed
-                                logger.info(f"设置终端任务: {table_name} >> processing_completed")
-            
+                                logger.info(f"设置终端任务: {table_name} >> processing_completed")            
             except Exception as plan_e:
                 logger.error(f"解析执行计划文件时出错: {str(plan_e)}")
                 import traceback