Logo
Type aliases

DataSourceWritable

DataSourceWritable = object

Defined in: packages/cloud/src/client/types.gen.ts:2295

Schema for a data source.

Properties

id

id: string

Defined in: packages/cloud/src/client/types.gen.ts:2299

Unique identifier


created_at?

optional created_at: string | null

Defined in: packages/cloud/src/client/types.gen.ts:2303

Creation datetime


updated_at?

optional updated_at: string | null

Defined in: packages/cloud/src/client/types.gen.ts:2307

Update datetime


name

name: string

Defined in: packages/cloud/src/client/types.gen.ts:2311

The name of the data source.


source_type

source_type: ConfigurableDataSourceNames

Defined in: packages/cloud/src/client/types.gen.ts:2312


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:2316

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:2331

Component that implements the data source


version_metadata?

optional version_metadata: {[key: string]: unknown; } | null

Defined in: packages/cloud/src/client/types.gen.ts:2348

Version metadata for the data source


project_id

project_id: string

Defined in: packages/cloud/src/client/types.gen.ts:2351

On this page