Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 7.34 KB

File metadata and controls

24 lines (20 loc) · 7.34 KB

ConnectionResponse

Provides details of a single connection.

Fields

Field Type Required Description
configurations models.StreamConfigurations ✔️ A list of configured stream options for a connection.
connection_id str ✔️ N/A
created_at int ✔️ N/A
destination_id str ✔️ N/A
name str ✔️ N/A
schedule models.ConnectionScheduleResponse ✔️ schedule for when the the connection should run, per the schedule type
source_id str ✔️ N/A
status models.ConnectionStatusEnum ✔️ N/A
tags List[models.Tag] ✔️ N/A
workspace_id str ✔️ N/A
namespace_definition Optional[models.NamespaceDefinitionEnum] Define the location where the data will be stored in the destination
namespace_format Optional[str] N/A
non_breaking_schema_updates_behavior Optional[models.NonBreakingSchemaUpdatesBehaviorEnum] Set how Airbyte handles syncs when it detects a non-breaking schema change in the source
prefix Optional[str] N/A
status_reason Optional[str] N/A