Logo
Functions

syncPipelineDataSourceApiV1PipelinesPipelineIdDataSourcesDataSourceIdSyncPost

syncPipelineDataSourceApiV1PipelinesPipelineIdDataSourcesDataSourceIdSyncPost<ThrowOnError>(options): RequestResult<Pipeline, HTTPValidationError, ThrowOnError>

Defined in: packages/cloud/src/client/sdk.gen.ts:2853

Sync Pipeline Data Source Run ingestion for the pipeline data source by incrementally updating the data-sink with upstream changes from data-source.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

OmitKeys<RequestOptions<ThrowOnError, string>, "url"> & SyncPipelineDataSourceApiV1PipelinesPipelineIdDataSourcesDataSourceIdSyncPostData

Returns

RequestResult<Pipeline, HTTPValidationError, ThrowOnError>

On this page