Logo
Type aliases

DataSourceCreate

DataSourceCreate = object

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

Schema for creating a data source.

Properties

name

name: string

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

The name of the data source.


source_type

source_type: ConfigurableDataSourceNames

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


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

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

Component that implements the data source

On this page