Logo
Functions

syncPipelineApiV1PipelinesPipelineIdSyncPost

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

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

Sync Pipeline Run ingestion for the pipeline by incrementally updating the data-sink with upstream changes from data-sources & files.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

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

Returns

RequestResult<Pipeline, HTTPValidationError, ThrowOnError>

On this page