Apache Airflow · Example Payload

Airflow Clear Task Instances Body Example

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

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

Top-level fields

dry_runstart_dateend_dateonly_failedonly_runningreset_dag_runstask_idsdag_run_idinclude_upstreaminclude_downstreaminclude_futureinclude_pastrun_on_latest_versionprevent_running_tasknote

Example Payload

Raw ↑
{
  "dry_run": true,
  "start_date": "example-value",
  "end_date": "example-value",
  "only_failed": true,
  "only_running": true,
  "reset_dag_runs": true,
  "task_ids": "abc123",
  "dag_run_id": "abc123",
  "include_upstream": true,
  "include_downstream": true,
  "include_future": true,
  "include_past": true,
  "run_on_latest_version": true,
  "prevent_running_task": true,
  "note": "example-value"
}