Mappers
Get Mapper
Retrieves a mapper by version number.
GET
/
v2
/
pipelines
/
{id}
/
mappers
/
{version}
Authorizations
Query Parameters
Available options:
target_schema
, transformations
, manifest
Required range:
x > 1
Required range:
1 < x < 100
Response
200 - application/json
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.
Available options:
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.