Editing Mapper
How to edit mapper logic in a workshop
Mappers store the mapping logic to map data from source data to the pipeline’s target schema.
Lume provides multiple levers to edit your mapping logic. All levers are outlined further on step 2 below.
- Manually Edit Mapper
- Edit Target Schema
- Suggest Data Samples
Editing Mapper
1
Initiate a workshop
You can initiate a workshop by calling Create Workshop with either a job_id
or a pipeline_id
.
This returns a Workshop object.
2
Edit the mapper
There are three ways to edit the mapper. Indicate these edits in your payload to Run Workshop, and Lume will regenerate the Mapper based off of your edits.
3
Deploy the edits
After making edits, save by calling Deploy Workshop.
This will update the Mapper in the corresponding pipeline for future jobs.