add workflow 白名单数据入湖,dev
This commit is contained in:
parent
95468f84f6
commit
f01a9ce11f
|
@ -41,7 +41,7 @@ task_failed = EmailOperator (
|
||||||
file_tk_white_list = SSHOperator(
|
file_tk_white_list = SSHOperator(
|
||||||
ssh_hook=sshHook,
|
ssh_hook=sshHook,
|
||||||
task_id='file_tk_white_list',
|
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"},
|
params={'my_param':"tk_white_list"},
|
||||||
depends_on_past=False,
|
depends_on_past=False,
|
||||||
retries=3,
|
retries=3,
|
||||||
|
|
Loading…
Reference in New Issue