Create Mapping
Create a new mapping
This is a workflow endpoint, which is an abstraction over multiple base endpoints. This endpoint allows an end to end mapping generation workflow to be executed from scratch. This endpoint does the following in one call:
- Create Pipeline: creates a pipeline given a name, description, and target schema.
- Create Job: creates a job given source data.
- Run job: executes job run.
- Get Result: returns the output result object.
Note: Input data is not required if a joined_data_id
is provided, which comes from the Joined Data endpoint. This instead pulls the joined data and uses it as the input.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Represents a mapping flow create request.
This class provides the schema for creating a mapping flow.
The data to be processed
The ID of the joined data to be processed
The name of the pipeline. Must be unique within the organization.
The description of the pipeline
The target schema to associate with the pipeline
The name of the sheet to read from in the source file
The name of the sheet to read from in the source file
Response
Represents a mapping result.
This class provides the schema for a mapping result.
Whether the result is a cleaning result
The metadata of the result
The job ID
The pipeline ID
The mapped data
The warning message