From f01a9ce11f136c5e576bab6f365fcd0bd5d7c082 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 Oct 2025 15:50:29 +0800 Subject: [PATCH] =?UTF-8?q?add=20workflow=20=E7=99=BD=E5=90=8D=E5=8D=95?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=85=A5=E6=B9=96,dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TK_Cust/white_list/白名单数据入湖/wf_dag_white_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/workflow/TK_Cust/white_list/白名单数据入湖/wf_dag_white_list.py b/dev/workflow/TK_Cust/white_list/白名单数据入湖/wf_dag_white_list.py index 237d46d..ca6ad2a 100644 --- a/dev/workflow/TK_Cust/white_list/白名单数据入湖/wf_dag_white_list.py +++ b/dev/workflow/TK_Cust/white_list/白名单数据入湖/wf_dag_white_list.py @@ -41,7 +41,7 @@ task_failed = EmailOperator ( file_tk_white_list = SSHOperator( ssh_hook=sshHook, task_id='file_tk_white_list', -command='python /data/airflow/bin/FILELOD.py {{ params.my_param }} {{ ds_nodash }} ', +command='python /data/airflow/bin/FILELOD.py {{ params.my_param }} {{ ds_nodash }} ', params={'my_param':"tk_white_list"}, depends_on_past=False, retries=3,