Logo
Type aliases

DataSourceUpdateWritable

DataSourceUpdateWritable = object

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

Schema for updating a data source.

Properties

name?

optional name: string | null

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

The name of the data source.


source_type

source_type: ConfigurableDataSourceNames

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


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

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


component?

optional component: {[key: string]: unknown; } | CloudS3DataSourceWritable | CloudAzStorageBlobDataSourceWritable | CloudGoogleDriveDataSource | CloudOneDriveDataSourceWritable | CloudSharepointDataSourceWritable | CloudSlackDataSourceWritable | CloudNotionPageDataSourceWritable | CloudConfluenceDataSourceWritable | CloudJiraDataSourceWritable | CloudBoxDataSourceWritable | null

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

Component that implements the data source

On this page