Airflow:是否有一种方法可以“清除所有失败的运行”?

huangapple go评论65阅读模式
英文:

Airflow: is there a way to "clear all failed runs"?

问题

在我的Airflow GUI中,我看到:

大量的运行失败是因为导入特定的Python模块出现了问题。是否有一种方法可以“重试所有”这些运行?我实际上想要的是能够在所有这些任务上“清除现有任务”(导致调度器重新运行)。

英文:

In my Airflow GUI I see:

Airflow:是否有一种方法可以“清除所有失败的运行”?

The large number of failed runs are due to an issue importing a particular python module. Is there a way to "retry all" on these? What I want essentially is to be able to "clear existing tasks" on all of these (causing the scheduler to rerun).

Airflow:是否有一种方法可以“清除所有失败的运行”?

答案1

得分: 1

你可以从用户界面批量删除。

浏览 -> 任务实例
Airflow:是否有一种方法可以“清除所有失败的运行”?

筛选状态为失败
Airflow:是否有一种方法可以“清除所有失败的运行”?

现在选择筛选结果并清除它

Airflow:是否有一种方法可以“清除所有失败的运行”?

注意:确保在清除之前只选择所需的内容

清除dagrun也可以按照类似的流程进行 Airflow:是否有一种方法可以“清除所有失败的运行”?

英文:

You can delete in batch from UI.

Browse -> Task Instances
Airflow:是否有一种方法可以“清除所有失败的运行”?

filter state failed
Airflow:是否有一种方法可以“清除所有失败的运行”?

Now select the filter result and clear it

Airflow:是否有一种方法可以“清除所有失败的运行”?

Note: Make sure you select only the desired one before clearing

The similar process you follow for clearing dagrun also Airflow:是否有一种方法可以“清除所有失败的运行”?

huangapple
  • 本文由 发表于 2023年7月18日 00:28:17
  • 转载请务必保留本文链接:https://go.coder-hub.com/76706437.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定