Apache Airflow · Example Payload

Airflow Dag Processor Info Response Example

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

Airflow Dag Processor Info Response Example is an example object payload from Apache Airflow, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statuslatest_dag_processor_heartbeat

Example Payload

Raw ↑
{
  "status": "active",
  "latest_dag_processor_heartbeat": "example-value"
}