Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 7.61 KB

ConnectionResponse.md

File metadata and controls

24 lines (20 loc) · 7.61 KB

ConnectionResponse

Provides details of a single connection.

Fields

Field Type Required Description
configurations StreamConfigurations ✔️ A list of configured stream options for a connection.
connectionId String ✔️ N/A
createdAt long ✔️ N/A
dataResidency String ✔️ N/A
destinationId String ✔️ N/A
name String ✔️ N/A
namespaceDefinition Optional<NamespaceDefinitionEnum> Define the location where the data will be stored in the destination
namespaceFormat Optional<String> N/A
nonBreakingSchemaUpdatesBehavior Optional<NonBreakingSchemaUpdatesBehaviorEnum> Set how Airbyte handles syncs when it detects a non-breaking schema change in the source
prefix Optional<String> N/A
schedule ConnectionScheduleResponse ✔️ schedule for when the the connection should run, per the schedule type
sourceId String ✔️ N/A
status ConnectionStatusEnum ✔️ N/A
tags List<Tag> ✔️ N/A
workspaceId String ✔️ N/A