Explorar el Código

trying backfill

Avik Datta hace 4 años
padre
commit
d820aa3612
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
 }