add workflow 天润Smart-ccc工单数据,dev

This commit is contained in:
root 2024-07-31 17:06:53 +08:00
parent e95c204698
commit 4055592f3a
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ dag=dag)
uds_dynamic_data_export = SSHOperator(
ssh_hook=sshHook,
task_id='uds_dynamic_data_export',
command='python /data/airflow/etl/EXP/dynamic_data_export.py 1 >>/data/airflow/logs/run_data_export.log',
command='python /data/airflow/etl/EXP/dynamic_data_export.py 001 >>/data/airflow/logs/run_data_export.log',
params={'my_param':"uds_dynamic_data_export"},
depends_on_past=False,
retries=3,