DataSourceCreateWritable
DataSourceCreateWritable =
object
Defined in: packages/cloud/src/client/types.gen.ts:2400
Schema for creating a data source.
Properties
name
name:
string
Defined in: packages/cloud/src/client/types.gen.ts:2404
The name of the data source.
source_type
source_type:
ConfigurableDataSourceNames
Defined in: packages/cloud/src/client/types.gen.ts:2405
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:2409
Custom metadata that will be present on all data loaded from the data source
component
component: {[
key
:string
]:unknown
; } |CloudS3DataSourceWritable
|CloudAzStorageBlobDataSourceWritable
|CloudGoogleDriveDataSource
|CloudOneDriveDataSourceWritable
|CloudSharepointDataSourceWritable
|CloudSlackDataSourceWritable
|CloudNotionPageDataSourceWritable
|CloudConfluenceDataSourceWritable
|CloudJiraDataSourceWritable
|CloudBoxDataSourceWritable
Defined in: packages/cloud/src/client/types.gen.ts:2424
Component that implements the data source