This content is also available at learn.palantir.com ↗ and is presented here for accessibility purposes.
You’ve made all of the changes you need at this point, and it’s time to save them to the Ontology.
As long as the following statements are true, the save operation should function correctly:
If you encounter an error, read through the displayed text which provides clues as to what may have gone wrong. Reach out to your Palantir Support team if you get stuck.
When you save your object type and the associated dataset-to-object-type mapping, you trigger two actions in the background. A good understanding of this process will help you troubleshoot any errors that may occur when editing your object type, its properties, or its links to other object types.
Objects in Palantir are stored in a designated object storage service. When you interact with the object layer, you do not directly touch the backing dataset; instead, you query the object storage service via the user interface to obtain details about your object. Clicking Save:
Registers your table in the object storage service, which locks your backing dataset to this object type.
Indexes your table. When you define a dataset-object type mapping, the storage service will index the mapped properties so they can be searched from object interfaces (e.g., Workshop Modules, Object Views, Functions). The column-property mapping activities from the previous task, in particular the render hints, determine which properties are indexed and how.
From this point forward, your object type is backed by the table in the object storage service, which remains responsive to backing dataset updates. So when new rows are added to the dataset, new objects will be added to your object type. You will deepen your understanding of this storage service in a future lesson.
Take a moment to read more about saving your Ontology changes and troubleshooting steps.