Avik Datta 4 éve
szülő
commit
29ac5fd6c7
1 módosított fájl, 1 hozzáadás és 1 törlés
  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(