Apache Airflow · Example Payload

Airflow Dag Run Clear Body Example

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

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

dry_runonly_failedrun_on_latest_version

Example Payload

Raw ↑
{
  "dry_run": true,
  "only_failed": true,
  "run_on_latest_version": true
}