Apache Airflow · Schema

BulkResponse

Serializer for responses to bulk entity operations. This represents the results of create, update, and delete actions performed on entity in bulk. Each action (if requested) is represented as a field containing details about successful keys and any encountered errors. Fields are populated in the response only if the respective action was part of the request, else are set None.

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

Properties

Name Type Description
create object Details of the bulk create operation, including successful keys and errors.
update object Details of the bulk update operation, including successful keys and errors.
delete object Details of the bulk delete operation, including successful keys and errors.
View JSON Schema on GitHub