Airbyte · Schema

ConnectionCreateRequest

ConnectionCreateRequest schema from Airbyte API

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Properties

Name Type Description
name string Optional name of the connection
sourceId string
destinationId string
configurations object
schedule object
dataResidency string
namespaceDefinition object
namespaceFormat string Used when namespaceDefinition is 'custom_format'. If blank then behaves like namespaceDefinition = 'destination'. If "${SOURCE_NAMESPACE}" then behaves like namespaceDefinition = 'source'.
prefix string Prefix that will be prepended to the name of each stream when it is written to the destination (ex. “airbyte_” causes “projects” => “airbyte_projects”).
nonBreakingSchemaUpdatesBehavior object
status object
tags array
View JSON Schema on GitHub