This content is also available at learn.palantir.com ↗ and is presented here for accessibility purposes.
In the next several tasks, you'll create basic object and link types in Foundry's Ontology Management Application (OMA). An object type is backed by a Foundry dataset that is usually the target (i.e., output) of a scheduled, well-maintained build like the ones you've generated in this training track.
First, we'll review the best practices for constructing datasets to back Ontology object types and highlight some ways your pipeline already implements these.
Let's start by reviewing guidance on optimal schemas for backing datasets. Take 3-4 minutes to review this documentation and consider bookmarking it if your job will frequently include preparing and synchronizing data to the Foundry Ontology. Adhering to the suggested data types and naming patterns will help improve performance and consistency across your Ontology.
Next, let's double back to code development best practices that affect the way our pipelines run and, consequently, the maintainability of an Ontology. On this documentation page (an ~8 minute read), you'll review general recommendations for code and pipeline hygiene.
Having reviewed these recommendations, can you think of at least three suggestions for better preparing the following dataset to back an Ontology object type?
Finally, before embarking on an Ontology development project, you should also know: