apache/airflow

Airflow 3 select many runs and collectively remove failed tasks

クローズ

#52,439 opened on 2025/06/29

 (16 件のコメント) (17 件のリアクション) (0 人の担当者)Python (16,781 件のフォーク)batch import
area:UIgood first issuekind:feature

Repository metrics

Stars
 (44,809 個のスター)
PR merge metrics
 (平均マージ 7d 18h) (30d で 834 merged PRs)

説明

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

コントリビューターガイド