Skip to content

Latest commit

 

History

History
64 lines (54 loc) · 4.59 KB

WebBackendConnectionRead.md

File metadata and controls

64 lines (54 loc) · 4.59 KB

airbyte_config_api_client.model.web_backend_connection_read.WebBackendConnectionRead

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

Key Input Type Accessed Type Description Notes
sourceId str, uuid.UUID, str, value must be a uuid
notifySchemaChanges bool, BoolClass,
destination DestinationRead DestinationRead
name str, str,
syncCatalog AirbyteCatalog AirbyteCatalog
connectionId str, uuid.UUID, str, value must be a uuid
isSyncing bool, BoolClass,
source SourceRead SourceRead
destinationId str, uuid.UUID, str, value must be a uuid
nonBreakingChangesPreference NonBreakingChangesPreference NonBreakingChangesPreference
schemaChange SchemaChange SchemaChange
status ConnectionStatus ConnectionStatus
namespaceDefinition NamespaceDefinitionType NamespaceDefinitionType [optional]
namespaceFormat str, str, Used when namespaceDefinition is 'customformat'. If blank then behaves like namespaceDefinition = 'destination'. If "${SOURCE_NAMESPACE}" then behaves like namespaceDefinition = 'source'. [optional]
prefix str, str, Prefix that will be prepended to the name of each stream when it is written to the destination. [optional]
schedule ConnectionSchedule ConnectionSchedule [optional]
scheduleType ConnectionScheduleType ConnectionScheduleType [optional]
scheduleData ConnectionScheduleData ConnectionScheduleData [optional]
operationIds list, tuple, tuple, [optional]
operations list, tuple, tuple, [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]
resourceRequirements ResourceRequirements ResourceRequirements [optional]
catalogId str, uuid.UUID, str, [optional] value must be a uuid
catalogDiff CatalogDiff CatalogDiff [optional]
geography Geography Geography [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]

operationIds

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple,

Tuple Items

Class Name Input Type Accessed Type Description Notes
items str, uuid.UUID, str, value must be a uuid

operations

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple,

Tuple Items

Class Name Input Type Accessed Type Description Notes
OperationRead OperationRead OperationRead

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