Run Pipeline
Create a new mapping in an existing Pipeline
POST
This is a workflow endpoint, which is an abstraction over multiple base endpoints. This endpoint does the following in one call:
- Create Job: creates a job in an existing pipeline given source data.
- Run Job: executes job run.
- Get Result: returns the output result object.
Authorizations
Path Parameters
Body
application/json
The data to be processed
The ID of the joined data to be processed
Response
200 - application/json
Represents a mapping result.
This class provides the schema for a mapping result.
The pipeline ID
Whether the result is a cleaning result
The metadata of the result
The job ID
The mapped data
The warning message