Modify Pipeline Configuration

Modifies the Pipeline settings for the specified pipeline_id.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required
≥ 1

Unique identifier of the Pipeline.

Body Params

Request body to update a Pipeline.

string

Unique name for your Pipeline, not exceeding 255 characters.

string
enum

Mode used to load data from the Source objects into the Destination tables.

Show Details
APPENDNew records are added at the end of your Destination table without modifying or deleting any existing data.
MERGEExisting records are updated based on matching criteria, such as primary keys, and new records are added to your Destination table if no match is found.
Allowed:
string
enum

Policy for applying Source schema changes with the Destination schema.

Show Details
ALLOW_ALLHevo replicates all Source schema changes, such as new or updated columns and tables, to the Destination.
BLOCK_ALLHevo does not replicate any Source schema changes to the Destination.
ALLOW_COLUMN_LEVELHevo replicates only new columns from the Source to the Destination. New schemas and tables are not synced.
Allowed:
schedule
object

Configuration for when and how often the Pipeline should run jobs to process data.

latency_alert
object

Configuration for triggering alerts when data loading is delayed.

Response

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json