5. [Builder] Transforms Project11. More Practice With Multiple Outputs

11 - More practice with multiple outputs

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

📖 Task Introduction

Use what you know about generating multiple filtered outputs to create three new datasets representing low, medium, and high priority alerts for passengers with a platinum flyer status. Consider naming your outputs using this format: flight_alerts_platinum_${priority} (e.g., flight_alerts_platinum_medium).

The hints below incrementally depict a solution. Try to view as few hints as possible!

Hint #1👇

Hint #2👇

Hint #3👇

Remember to deploy your pipeline.