Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 2.24 KB

WebBackendConnectionListItem.md

File metadata and controls

27 lines (22 loc) · 2.24 KB

airbyte_config_api_client.model.web_backend_connection_list_item.WebBackendConnectionListItem

Information about a connection that shows up in the connection list view.

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, Information about a connection that shows up in the connection list view.

Dictionary Keys

Key Input Type Accessed Type Description Notes
destination DestinationSnippetRead DestinationSnippetRead
name str, str,
connectionId str, uuid.UUID, str, value must be a uuid
isSyncing bool, BoolClass,
source SourceSnippetRead SourceSnippetRead
schemaChange SchemaChange SchemaChange
status ConnectionStatus ConnectionStatus
scheduleType ConnectionScheduleType ConnectionScheduleType [optional]
scheduleData ConnectionScheduleData ConnectionScheduleData [optional]
latestSyncJobCreatedAt decimal.Decimal, int, decimal.Decimal, epoch time of the latest sync job. null if no sync job has taken place. [optional] value must be a 64 bit integer
latestSyncJobStatus JobStatus JobStatus [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]