2. [Builder] Introduction to Data Transformations4. Exercise Summary

4 - Exercise Summary

This content is also available at learn.palantir.com ↗ and is presented here for accessibility purposes.

✅ What you built

  1. A Pipeline Builder artifact for the Datasource stage of your pipeline.
  2. Three output datasets in your /datasets/raw/ folder simulating an external source connection: flight_alerts_raw, status_mapping_raw, and priority_mapping_raw.

✅ What you learned

  1. Each stage in your project may need multiple batch pipelines built with Pipeline Builder artifact where you develop and maintain the data transformations in a structured setting.
  2. Pipeline Builder automatically sends all dataset outputs to the same folder where the pipeline artifact resides.