Logo
Type aliases

DataSource

DataSource = object

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

Schema for a data source.

Properties

id

id: string

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

Unique identifier


created_at?

optional created_at: string | null

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

Creation datetime


updated_at?

optional updated_at: string | null

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

Update datetime


name

name: string

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

The name of the data source.


source_type

source_type: ConfigurableDataSourceNames

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


custom_metadata?

optional custom_metadata: {[key: string]: null | string | number | boolean | {[key: string]: unknown; } | unknown[]; } | null

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

Custom metadata that will be present on all data loaded from the data source


component

component: {[key: string]: unknown; } | CloudS3DataSource | CloudAzStorageBlobDataSource | CloudGoogleDriveDataSource | CloudOneDriveDataSource | CloudSharepointDataSource | CloudSlackDataSource | CloudNotionPageDataSource | CloudConfluenceDataSource | CloudJiraDataSource | CloudBoxDataSource

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

Component that implements the data source


version_metadata?

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

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

Version metadata for the data source


project_id

project_id: string

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

On this page