Apache Airflow · Example Payload

Openapi.Yaml Clear Task Instances Example

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

Openapi.Yaml Clear Task Instances 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

dag_run_iddry_runend_dateinclude_downstreaminclude_futureinclude_parentdaginclude_pastinclude_subdagsinclude_upstreamonly_failed

Example Payload

Raw ↑
{
  "dag_run_id": "example_dag",
  "dry_run": true,
  "end_date": "example-value",
  "include_downstream": false,
  "include_future": false,
  "include_parentdag": true,
  "include_past": false,
  "include_subdags": true,
  "include_upstream": false,
  "only_failed": true
}