Create Mapper
Creates a new mapper. The mapper will be run with the provided sample data
Authorizations
Path Parameters
The ID or name of the pipeline to retrieve.
Body
Sample data used to initialize a mapper. Will be executed as a run after initialization.
The version number of the base mapper to be edited. If omitted, the active version in the pipeline is used.
Global edits to be applied to the base mapper. If present, any field transformation logic may potentially change.
List of field edits to be applied to the base mapper. If present for a field, that field's transformation logic may potentially change.
Response
A mapper is a set of transformation logic that maps data from a source schema to a target schema.
The mapper version number. Assigned sequentially from zero. Unique within a pipeline.
The UUID of the user who created the mapper.
The status of mapper creation. The mapper is only usable once creation is complete.
QUEUED
, RUNNING
, FINISHED
, FAILED
, NEEDS REVIEW
The target JSON schema to which data will be mapped.
The transformation logic executed by the mapper.
A dependency graph of target fields and their corresponding source fields. Derived from the target schema and transformations.