Apache Airflow · Schema

BulkActionOnExistence

Bulk Action to be taken if the entity already exists or not.

Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering
View JSON Schema on GitHub

JSON Schema

airflow-bulk-action-on-existence-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airflow/refs/heads/main/json-schema/airflow-bulk-action-on-existence-schema.json",
  "title": "BulkActionOnExistence",
  "description": "Bulk Action to be taken if the entity already exists or not.",
  "type": "string",
  "enum": [
    "fail",
    "skip",
    "overwrite"
  ]
}