Update Pipeline
Updates a pipeline. Can be used to modify the active mapper version and other metadata.
Updates pipeline name and / or description.
Authorizations
Path Parameters
The ID or name of the pipeline to retrieve.
Body
The new name of the pipeline. Must be unique within the organization.
The new description of the pipeline.
The version number of the mapper to make active in the pipeline.
Response
A pipeline organizes mapper versions that operate on the same source data schema. It is initialized with a mapper which can be edited iteratively to produce new versions. A single mapper version is active at a time.
The UUID of the pipeline.
The UUID of the user who created the pipeline.
The user-provided name of the pipeline.
The date and time this pipeline was created.
The user-provided description of the pipeline.
The status of the last run of the active mapper in the pipeline.
QUEUED
, RUNNING
, FINISHED
, FAILED
, NEEDS REVIEW
A mapper is a set of transformation logic that maps data from a source schema to a target schema.