티스토리 뷰

728x90
args={
    'owner' : 'Anti',
    'retries': 5,
    'retry_delay': timedelta(minutes=2),
    'start_date':days_ago(1)# 1 means yesterday
}

https://stackoverflow.com/questions/64442727/how-to-set-a-number-as-retry-condition-in-airflow-dag

 

How to set a number as retry condition in airflow DAG?

In my Airflow DAG i have 4 tasks task_1 >> [task_2,task_3]>> task_4 task_4 runs only after a successful run of both task_2 and task_3 How do i set a condition such as : if task_2 fails,

stackoverflow.com

 

728x90
댓글