Apache Airflow · Example Payload

Airflow Task Instances Log Response Example

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

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

Top-level fields

contentcontinuation_token

Example Payload

Raw ↑
{
  "content": "example-value",
  "continuation_token": "example-value"
}