Browse Source

trigger rule for last step

Avik Datta 4 years ago
parent
commit
1655888de3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      dags/dag9_tenx_single_cell_immune_profiling.py

+ 2 - 1
dags/dag9_tenx_single_cell_immune_profiling.py

@@ -574,7 +574,8 @@ with dag:
   update_analysis_and_status = \
     DummyOperator(
       task_id='update_analysis_and_status',
-      dag=dag)
+      dag=dag,
+      trigger_rule='none_failed_or_skipped')
   ## PIPELINE
   upload_multiqc_to_ftp >> update_analysis_and_status
   upload_scanpy_report_for_sc_5p_to_ftp >> update_analysis_and_status