Bladeren bron

fix for task id typo

Avik Datta 4 jaren geleden
bovenliggende
commit
04bb49be8a
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      dags/dag8_copy_ongoing_seqrun.py

+ 1 - 1
dags/dag8_copy_ongoing_seqrun.py

@@ -279,7 +279,7 @@ with dag:
         params={'xcom_pull_task_ids':'copy_seqrun_file_list_{0}'.format(i),
                 'worker_size':10,
                 'seqrun_chunk_size_key':'seqrun_chunk_size',
-                'child_task_prefix':'copy_file_run_{0}_chunk_'.format(i)},
+                'child_task_prefix':'copy_file_run_{0}_chunk'.format(i)},
         python_callable=get_seqrun_chunks)
     ## TASK
     t4 = list()