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!