apache/airflow

Possibility to filter tasks in `None` state

Open

#21,955 建立於 2022年3月3日

在 GitHub 查看
 (7 留言) (3 反應) (0 負責人)Python (16,781 fork)batch import
area:webservergood first issuekind:feature

倉庫指標

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

描述

Description

Currently in list of Task Instances there is no possibility to quickly filter only tasks with None state. This issue proposes to introduce such possibility. I see two approaches that could be introduced to handle this:

  • add Is empty and Is not empty filtering options in filter controls image
  • when querying underlying database to get list of tasks, do COALESCE(state, 'None') (pseudocode) so if user enters None into (for example) Starts with clause, it's filtered properly.

Use case/motivation

None is a valid status for task and it should be possible to filter by it.

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

貢獻者指南