Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 3.75 KB

WebBackendConnectionUpdate.md

File metadata and controls

45 lines (37 loc) · 3.75 KB

airbyte_config_api_client.model.web_backend_connection_update.WebBackendConnectionUpdate

Used to apply a patch-style update to a connection, which means that null properties remain unchanged

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, Used to apply a patch-style update to a connection, which means that null properties remain unchanged

Dictionary Keys

Key Input Type Accessed Type Description Notes
connectionId str, uuid.UUID, str, value must be a uuid
name str, str, Name that will be set to the connection [optional]
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]
syncCatalog AirbyteCatalog AirbyteCatalog [optional]
schedule ConnectionSchedule ConnectionSchedule [optional]
scheduleType ConnectionScheduleType ConnectionScheduleType [optional]
scheduleData ConnectionScheduleData ConnectionScheduleData [optional]
status ConnectionStatus ConnectionStatus [optional]
resourceRequirements ResourceRequirements ResourceRequirements [optional]
skipReset bool, BoolClass, [optional]
operations list, tuple, tuple, [optional]
sourceCatalogId str, uuid.UUID, str, [optional] value must be a uuid
geography Geography Geography [optional]
notifySchemaChanges bool, BoolClass, [optional]
nonBreakingChangesPreference NonBreakingChangesPreference NonBreakingChangesPreference [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]

operations

Model Type Info

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

Tuple Items

Class Name Input Type Accessed Type Description Notes
WebBackendOperationCreateOrUpdate WebBackendOperationCreateOrUpdate WebBackendOperationCreateOrUpdate

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