Airbyte · JSON Structure

Airbyte Non Breaking Schema Updates Behavior Enum No Default Structure

Set how Airbyte handles syncs when it detects a non-breaking schema change in the source

Type: string Properties: 0
Data IntegrationETLELTOpen SourceData PipelineConnectorsData

NonBreakingSchemaUpdatesBehaviorEnumNoDefault is a JSON Structure definition published by Airbyte. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-structure/airbyte-non-breaking-schema-updates-behavior-enum-no-default-structure.json",
  "name": "NonBreakingSchemaUpdatesBehaviorEnumNoDefault",
  "description": "Set how Airbyte handles syncs when it detects a non-breaking schema change in the source",
  "type": "string",
  "enum": [
    "ignore",
    "disable_connection",
    "propagate_columns",
    "propagate_fully"
  ]
}