DataSourceWritable
DataSourceWritable =
object
Defined in: packages/cloud/src/client/types.gen.ts:2162
Schema for a data source.
Properties
id
id:
string
Defined in: packages/cloud/src/client/types.gen.ts:2166
Unique identifier
created_at?
optional
created_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:2170
Creation datetime
updated_at?
optional
updated_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:2174
Update datetime
name
name:
string
Defined in: packages/cloud/src/client/types.gen.ts:2178
The name of the data source.
source_type
source_type:
ConfigurableDataSourceNames
Defined in: packages/cloud/src/client/types.gen.ts:2179
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:2183
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:2198
Component that implements the data source
version_metadata?
optional
version_metadata: {[key
:string
]:unknown
; } |null
Defined in: packages/cloud/src/client/types.gen.ts:2215
Version metadata for the data source
project_id
project_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:2218