Derived series allow users to save and replicate calculations and transformations typically applied to raw (non-derived) time series. By saving this data as Palantir resources, derived series can be shared and saved to the Ontology. Once in the Ontology, derived series behave as raw time series but are calculated on the fly. This eliminates the need to manage or store derived data or duplicate those calculations across the platform.
The following guide explains how to create a derived series in Quiver and save it to the Ontology for use in the platform.
The sections below explain the requirements you must follow while creating derived series.
For example, the Object time series property card in Quiver allows the selection of time series properties on the current object type as well as time series data on its sensor object types:
When creating derived series on linked sensors, they should be accessed from root object type in Quiver rather than doing a search around manually.
Aside from time series properties, property references are only templated if they are directly referenced in a Time series formula card.
To save a derived series, object type edit permissions are required on the bound object type.
To use automatic Ontology saving, the same permissions are required to configure the necessary sensor object types and Action types. You must also satisfy the submission criteria for the Action types. Additionally, you must be able to view the objects of both the root object type and the sensor object type. Object types with Restricted View data sources are supported; however, if a user can view a root object, they should also be able to view all of its linked sensor objects (and vice versa) for a given derived series.
String
.Automatically saving a derived series to the Ontology is performed through Actions on the sensor object type.
If any of the following requirements are not met, you will not be able to select the Action type for automatic Ontology writes:
You must create three separate Action types: create, modify, and delete. The rules for these Action type are listed below.
Create object
Action typeRule: Each property type uses a parameter of the same type and edits all properties of the object type. If you are using Ontology Manager to configure an Action type, you must manually create a string parameter for your primary key from the Form tab to the left.
Modify object
Action typeRule: Similar to the Create object
Action type, the Modify object
Action type should use parameters that are the same type as the associated property types and should edit all properties besides the primary key.
Delete object
Action typeRule: Configure the Delete object
Action type to delete a sensor object type. No further property or parameter configuration is required.
Learn more about creating derived series in the next section.