Apache Airflow · Example Payload

Airflow Dry Run Backfill Response Example

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

Airflow Dry Run Backfill Response Example is an example object payload from Apache Airflow, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

logical_datepartition_keypartition_date

Example Payload

Raw ↑
{
  "logical_date": "example-value",
  "partition_key": "example-value",
  "partition_date": "example-value"
}