소스 검색

trying backfill

Avik Datta 4 년 전
부모
커밋
d820aa3612
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
 }