Apache Airflow · Example Payload

Openapi.Yaml Dag Run Example

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

Openapi.Yaml Dag Run Example is an example object payload from Apache Airflow, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

confdag_iddag_run_iddata_interval_enddata_interval_startend_dateexecution_dateexternal_triggerlast_scheduling_decisionlogical_date

Example Payload

Raw ↑
{
  "conf": {},
  "dag_id": "example_dag",
  "dag_run_id": "example_dag",
  "data_interval_end": "2025-03-15T14:30:00Z",
  "data_interval_start": "2025-03-15T14:30:00Z",
  "end_date": "2025-03-15T14:30:00Z",
  "execution_date": "2025-03-15T14:30:00Z",
  "external_trigger": true,
  "last_scheduling_decision": "2025-03-15T14:30:00Z",
  "logical_date": "2025-03-15T14:30:00Z"
}