Avik Datta преди 4 години
родител
ревизия
29ac5fd6c7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      dags/dag8_test2.py

+ 1 - 1
dags/dag8_test2.py

@@ -44,7 +44,7 @@ with dag:
     BranchPythonOperator(
       task_id='calculate_new_worker_size_and_branch',
       dag=dag,
-      python_callable=lambda: ['copy_files_to_hpc1','copy_files_to_hpc2'],
+      python_callable=lambda: ['copy_files_to_hpc1',],
       queue='hpc_4G')
   copy_files_to_hpc1 = \
     BashOperator(