Apache Airflow · Schema

BulkActionResponse

Serializer for individual bulk action responses. Represents the outcome of a single bulk operation (create, update, or delete). The response includes a list of successful keys and any errors encountered during the operation. This structure helps users understand which key actions succeeded and which failed.

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

Properties

Name Type Description
success array A list of unique id/key representing successful operations.
errors array A list of errors encountered during the operation, each containing details about the issue.
View JSON Schema on GitHub