Reputation: 1157
I have a DAG with Task A, Task B, and Task C running one after another. Is there a way that I can trigger to run just Task B and C from the UI?
From this question: Triggering a task in Airflow with the CLI run command, I know that we can trigger task from CLI. But I dont know how to do so via the UI
Upvotes: 5
Views: 4518
Reputation: 1014
Click on Task B and click CLEAR, this will start running from TASK B and TASK C
Upvotes: 7