Browse Source

trying backfill

Avik Datta 4 năm trước cách đây
mục cha
commit
d820aa3612
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dags/dag9_tenx_single_cell_immune_profiling.py

+ 1 - 1
dags/dag9_tenx_single_cell_immune_profiling.py

@@ -36,7 +36,7 @@ default_args = {
     'email_on_retry': False,
     'retries': 4,
     'max_active_runs':10,
-    'catchup':False,
+    'catchup':True,
     'retry_delay': timedelta(minutes=5),
     'provide_context': True,
 }