This content is also available at learn.palantir.com ↗ and is presented here for accessibility purposes.
An Ontology is a categorization of the world, and one of the elements of our notional world in this track is a Flight Alert. We'll take as given that these alerts are triggered and turned into “data” using logic elsewhere in the platform.
Before embarking on an Ontology development project like this one, you should know:
The first step to creating an object type is finding or developing the right dataset. In this lesson, we're going to simply create a copy of an existing dataset in order to work comfortably without impacting other Foundry users' outputs. In real projects, you would typically develop a more complex pipeline if your desired dataset does not exist, potentially collaborating on the pipeline with data engineers and administrators of various source systems connected to Foundry.
Training Pipeline Simulator (yourName date)
folder and create a new pipeline by choosing New button and choosing the Pipeline option from the dropdown menu./Foundry Training and Resources/Example Data/Aviation Ontology/flight_alerts/
dataset. Select the + next to that dataset, then add the dataset using the button near the bottom-right corner of the window. This closes the window and shows the flight_alerts
dataset in the central area of the Pipeline Builder UI.flight_alerts
dataset.flight_alerts_{yourname}_{date}
using the field at the top of the right sidebar (above the columns and all other buttons, where the original name says New dataset {date}
)"save"
) button at the top of the Pipeline Builder UI, and then click the blue hammer "deploy"
button close to it. When that button opens a pop-up, confirm the deployment by clicking the green "deploy pipeline"
button.You now have a unique dataset that is ready to back your Ontology object type.