Logo
Type aliases

PipelineDataSourceCreate

PipelineDataSourceCreate = object

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

Schema for creating an association between a data source and a pipeline.

Properties

data_source_id

data_source_id: string

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

The ID of the data source.


sync_interval?

optional sync_interval: number | null

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

The interval at which the data source should be synced. Valid values are: 21600, 43200, 86400

On this page