5. [Builder] Transforms Project12. Exercise Summary

12 - Exercise Summary

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

✅ What you built

  1. A new Transform project .
  2. A new batch pipeline in your .../transformed/ folder that to joins and filters passenger and flight alert data.
  3. Eight output datasets representing flight alerts by passenger country.
  4. Three output datasets for each of the three alert priority values filtered to just platinum status passengers.

✅ What you learned

Pipeline Builder can statically enable multiple outputs; to programmatically create multiple outputs dynamically with code, use a transform generator in a Code Repository.