Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 6.92 KB

connectionresponse.md

File metadata and controls

23 lines (19 loc) · 6.92 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
workspace_id str ✔️ N/A
data_residency Optional[models.GeographyEnum] 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