问题
There is a DAG which contains 4 tasks as shown below. Sometimes I want to run task3 only after checking couple of things. May I know how to pause task3 of next instance. Is there any way to pause future(tomorrow's) task instance ? I know we can use command line interface "airflow pause dagid" but here I want to pause taskid.
task1 >> task2 >> task3 >> task4
I know we can use command line interface "airflow pause dagid" but here I want to pause taskid.
来源:https://stackoverflow.com/questions/58096685/how-to-pause-a-task-in-airflow