Apache Airflow · Example Payload

Airflow Pool Response Example

example-value

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

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

Top-level fields

nameslotsdescriptioninclude_deferredoccupied_slotsrunning_slotsqueued_slotsscheduled_slotsopen_slotsdeferred_slotsteam_name

Example Payload

Raw ↑
{
  "name": "example-name",
  "slots": 1,
  "description": "example-value",
  "include_deferred": true,
  "occupied_slots": 1,
  "running_slots": 1,
  "queued_slots": 1,
  "scheduled_slots": 1,
  "open_slots": 1,
  "deferred_slots": 1,
  "team_name": "example-name"
}