DataSourceUpdate
DataSourceUpdate =
object
Defined in: packages/cloud/src/client/types.gen.ts:1743
Schema for updating a data source.
Properties
name?
optional
name:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:1747
The name of the data source.
source_type
source_type:
ConfigurableDataSourceNames
Defined in: packages/cloud/src/client/types.gen.ts:1748
custom_metadata?
optional
custom_metadata: {[key
:string
]:null
|string
|number
|boolean
|unknown
[] | {[key
:string
]:unknown
; }; } |null
Defined in: packages/cloud/src/client/types.gen.ts:1752
Custom metadata that will be present on all data loaded from the data source
component?
optional
component: {[key
:string
]:unknown
; } |CloudS3DataSource
|CloudAzStorageBlobDataSource
|CloudGoogleDriveDataSource
|CloudOneDriveDataSource
|CloudSharepointDataSource
|CloudSlackDataSource
|CloudNotionPageDataSource
|CloudConfluenceDataSource
|CloudJiraDataSource
|CloudBoxDataSource
|null
Defined in: packages/cloud/src/client/types.gen.ts:1766
Component that implements the data source