python - Airflow 中的着陆时间是什么意思?

标签 python airflow

airflow的web控制台的DAG View 中有一个叫做“着陆时间”的部分。

从 airbnb 的博客中截取的示例屏幕截图:

但这意味着什么?文档或其存储库中没有定义。

最佳答案

由于这里的现有答案并不完全清楚,而且这是“Airflow 着陆时间”的热门话题,我去了聊天文件,发现这里引用了原始答案:

Maxime Beauchemin @mistercrunch Jun 09 2016 11:12 
it's the number of hours after the time the scheduling period ended
take a schedule_interval='@daily' run for 2016-01-01 that finishes at 2016-01-02 03:52:00
landing time is 3:52

https://gitter.im/apache/incubator-airflow/archives/2016/06/09

Y 轴似乎以小时为单位,而负着陆时间是手动运行作业的结果,因此它们在根据计划“应该完成”之前完成了几个小时。

关于python - Airflow 中的着陆时间是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37714261/

相关文章:

使用 %s 的 Python MySQL Connector 数据库查询失败

python - Jupyter 笔记本中的自动完成功能不起作用

python - 为什么zip(*(range(1000),)* 1000000)这么快?

Airflow 分支错误,类型错误 : 'NoneType' object is not iterable

docker - Airflow从私有(private)谷歌容器存储库中提取docker镜像

scrapy - 如何从 Airflow dag 调用 scrapy?

python - 如何将 Airflow worker 的数量安装到 Airflow kubernetes pod 运算符(operator)?

python - 从 Python 脚本使用 POST 发送文件

python - 如何在运行时轻松地在 PyQt 或 PySide 之间进行选择?

airflow - BigQueryHook 运算符无法识别 use_legacy_sql 参数