简体   繁体   English

Airflow REST API-如何获取已执行任务的历史记录?

[英]Airflow REST API - How to get the history of executed tasks?

I wants to know the status of all the task executed. 我想知道所有已执行任务的状态。 We can do that manually, but i wants to know it through REST Client(Google composer). 我们可以手动完成,但是我想通过REST Client(Google composer)知道。

Composer environment API currently doesn't support retrieving Airflow-level metadata info. Composer环境API当前不支持检索气流级别的元数据信息。 As a workaround, you may want to use Airflow task info API . 解决方法是,您可能要使用Airflow任务信息API Admittedly the Airflow API isn't comprehensive, but if you know the { dag-id , task-id , execution-date } tuple, it might not be a problem. 诚然,Airflow API并不全面,但是如果您知道{ dag-idtask-idexecution-date }元组,则可能不是问题。 Composer co-hosts the Airflow API server with the webUI, here's an example on how to programmatically access the Airflow APIs. Composer与webUI共同托管Airflow API服务器,这是有关如何以编程方式访问Airflow API的示例

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Airflow - 如何使用 REST API 的安全授权 - Airflow - How to use security authorization of REST API 在rest api设计中,是否有获取对象历史的模式 - in a rest api design, is there a pattern to get history of object 如何使用 REST API 触发 airflow dag(我得到“属性是只读的 - '状态'”,错误) - How to trigger airflow dag with REST API (I get "Property is read-only - 'state'", error) c# - 如何使用SharePoint REST API获取sharepoint文件夹中文件的版本历史记录? - How to get version history of a file in folder in sharepoint using SharePoint REST API using c#? TeamCity REST API如何获取不是历史记录的构建 - TeamCity REST API how to get builds which aren't history builds Apache Airflow - rest ZDB974238714CA8DE634A7CE1D083A14F认证 - Apache Airflow - rest API Authentication 在PayPal REST API中,如何从新执行的BillingAgreement中获取付款人信息? - In the PayPal REST API, how can I get payer information from a newly executed BillingAgreement? Apache ManifoldCF:获取有关通过REST API进行存储库连接的历史记录报告 - Apache ManifoldCF: Get a history report for a repository connection over REST API REST 保存 GET 历史记录 - REST Saving GET history "有没有办法使用其 REST API 从 JBPM 7 获取完整的任务" - Is there a way to get complete tasks from JBPM 7 using its REST API
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM