Functions
upsertDataSourceApiV1DataSourcesPut
upsertDataSourceApiV1DataSourcesPut<
ThrowOnError
>(options
):RequestResult
<DataSourceReadable
,HttpValidationError
,ThrowOnError
>
Defined in: packages/cloud/src/client/sdk.gen.ts:1095
Upsert Data Source Upserts a data source. Updates if a data source with the same name and project_id already exists. Otherwise, creates a new data source.
Type Parameters
ThrowOnError
ThrowOnError
extends boolean
= false
Parameters
options
Options
<UpsertDataSourceApiV1DataSourcesPutData
, ThrowOnError
>
Returns
RequestResult
<DataSourceReadable
, HttpValidationError
, ThrowOnError
>