Apache Airflow · Example Payload

Airflow Backfill Post Body Example

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

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

Top-level fields

dag_idfrom_dateto_daterun_backwardsdag_run_confreprocess_behaviormax_active_runsrun_on_latest_version

Example Payload

Raw ↑
{
  "dag_id": "abc123",
  "from_date": "2026-01-15T10:30:00Z",
  "to_date": "2026-01-15T10:30:00Z",
  "run_backwards": true,
  "dag_run_conf": {},
  "reprocess_behavior": "example-value",
  "max_active_runs": 1,
  "run_on_latest_version": true
}