Airbyte · Schema

NonBreakingSchemaUpdatesBehaviorEnumNoDefault

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

Data IntegrationETLELTOpen SourceData PipelineConnectorsData
View JSON Schema on GitHub

JSON Schema

airbyte-nonbreakingschemaupdatesbehaviorenumnodefault-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NonBreakingSchemaUpdatesBehaviorEnumNoDefault",
  "title": "NonBreakingSchemaUpdatesBehaviorEnumNoDefault",
  "type": "string",
  "description": "Set how Airbyte handles syncs when it detects a non-breaking schema change in the source",
  "enum": [
    "ignore",
    "disable_connection",
    "propagate_columns",
    "propagate_fully"
  ],
  "x-speakeasy-component": true
}