气流-未知的蓝色任务状态 [英] Airflow - Unknown Blue Task Status

查看:62
本文介绍了气流-未知的蓝色任务状态的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚得到了一个蓝色的任务,该任务没有显示在状态图例中。我想知道这是错误还是未记录的状态。

I just got a task colored in Blue which doesn't appear in the status legend. I'm curious if this is a bug or an undocumented status.

如您所见,右侧的潜在状态列表中没有显示蓝色。

As you can see the color blue doesn't show up in the list of potential statuses on the right. I had just finished clearing all past, future, and upstream attempts fyi.

推荐答案

这是一个已知的TaskInstance状态;它只是不在UI上-代表关机
https://github.com/apache/incubator-airflow/blob/master/airflow/utils/state.py#L70

That's a known TaskInstance State; it's just not on the UI -- it stands for shutdown: https://github.com/apache/incubator-airflow/blob/master/airflow/utils/state.py#L70

其他未显示在右上角的状态包括:

Other statuses that don't appear on the upper right hand side include:

UPSTREAM_FAILED: 'orange'
REMOVED: 'lightgrey'
SCHEDULED: 'tan'

这篇关于气流-未知的蓝色任务状态的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆