Interface WebBackendConnectionRead

Hierarchy

  • WebBackendConnectionRead

Properties

catalogDiff?: CatalogDiff
catalogId?: string
connectionId: string
destination: DestinationRead
destinationId: string
isSyncing: boolean
latestSyncJobCreatedAt?: number

epoch time of the latest sync job. null if no sync job has taken place.

latestSyncJobStatus?: JobStatus
name: string
namespaceDefinition?: NamespaceDefinitionType
namespaceFormat?: string

Used when namespaceDefinition is 'customformat'. If blank then behaves like namespaceDefinition = 'destination'. If "${SOURCE_NAMESPACE}" then behaves like namespaceDefinition = 'source'.

operationIds?: string[]
operations?: OperationRead[]
prefix?: string

Prefix that will be prepended to the name of each stream when it is written to the destination.

resourceRequirements?: ResourceRequirements
source: SourceRead
sourceId: string
syncCatalog: AirbyteCatalog

Generated using TypeDoc