Create Pipeline
Creates a new pipeline and initial mapper version. The pipeline will be run with the provided sample data.
Authorizations
Body
The name of the pipeline. Must be unique within the organization.
The target JSON schema with which to initialize the first mapper in the pipeline.
Sample data used to initialize a mapper. Will be executed as a run after initialization.
The description of 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.