Apache Airflow · Example Payload

Airflow Dag Run Patch Body Example

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

Airflow Dag Run Patch Body 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

statenote

Example Payload

Raw ↑
{
  "state": "success",
  "note": "example-value"
}