apache/airflow

Airflow 3 select many runs and collectively remove failed tasks

已關閉

#52,439 建立於 2025年6月29日

 (16 則留言) (17 個反應) (0 位負責人)Python (16,781 個分叉)batch import
area:UIgood first issuekind:feature

倉庫指標

星標
 (44,809 顆星)
PR 合併指標
 (平均合併 7天 18小時) (30 天內合併 834 個 PR)

描述

Description

This was a useful feature in Airflow 2:

  • From the runs page of a DAG, eg https://myairflow/dags/<DAG-ID>/runs?state=failed
  • See the number of failed runs
  • select all of them
  • collectively clear the failed tasks

Use case/motivation

I have many runs that failed and with some code change I only want to run the failed tasks. Currently I cannot easily see how many failed runs there are and to clear I have to go one-by-one

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

貢獻者指南