Apache Airflow · Example Payload

Airflow Import Error Response Example

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

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

Top-level fields

import_error_idtimestampfilenamebundle_namestack_trace

Example Payload

Raw ↑
{
  "import_error_id": "abc123",
  "timestamp": "2026-01-15T10:30:00Z",
  "filename": "example-name",
  "bundle_name": "example-name",
  "stack_trace": "example-value"
}