Accelerate the Value of Data

Entity dataset for the legacy data schema

Learn about the entity dataset for the column-based schema.

This table holds data for all entities. Use these datasets to view your entity metadata.
FieldDescriptionData type/Mode
Uri The universal resource identifier. It is in the format <ObjectTypeSpecifier>/Id.

Example: For entities the ObjectTypeSpecifier is entities. So if the id is wewew12, the Uri is entities/wewew12.

Data type: STRING

Mode: NULLABLE

TypeThe entity type in Reltio.Data type: STRING

Mode: NULLABLE

IdThe entity identifier in Reltio.Data type: STRING

Mode: NULLABLE

createdTimeThe timestamp when the entity is created in Reltio.Data type: TIMESTAMP

Mode: NULLABLE

createdByThe user who created the entity.Data type: STRING

Mode: NULLABLE

updatedTimeThe timestamp when the entity is last updated in Reltio.Data type: TIMESTAMP

Mode: NULLABLE

updatedByThe user who last updated the entity.Data type: STRING

Mode: NULLABLE

deletedTimeThe time when the entity is deleted.Data type: TIMESTAMP

Mode: NULLABLE

deletedAn indicator that tells you whether the entity is deleted or not.Data type: BOOLEAN

Mode: NULLABLE

startDateThe date when the entity is created in Reltio.Data type: TIMESTAMP

Mode: NULLABLE

endDateThe date when the entity is marked for a soft delete, if it is already deleted, in Reltio. Data type: TIMESTAMP

Mode: NULLABLE

eventTimeThe time when an event is logged in Reltio.Data type: TIMESTAMP

Mode: NULLABLE

insertedTimeThe time when an entity is inserted in the GBQ table.Data type: TIMESTAMP

Mode: NULLABLE

versionTimeThe object version in Reltio.Data type: INTEGER

Mode: NULLABLE

conflictedAttributesThe location of all attributes that are currently not in the attributes schema. After the tables are deleted and data is resynchronized, these values are added to the attribute column in the attributes schema.Data type: STRING

Mode: NULLABLE

tagsThe location of all tags that can be applied to the entity.Data type: STRING

Mode: REPEATED

crosswalksA representation of the crosswalks of an object in Reltio. Data type: RECORD

Mode: REPEATED

attributes_<entityType>The attributes of an entity type. For example, location, company, Health Care Organisations (HCO), Health Care Professionals (HCP), and contact.Data type: RECORD

Mode: NULLABLE

analyticsAttributes_<entityType>The analytical attributes of an entity type. For example, Health Care Organisations (HCO), Health Care Professionals (HCP).Data type: RECORD

Mode: NULLABLE

This schema shows the structure for all attribute types. It can have multiple attributes.
FieldDescriptionGBQ type/GBQ mode
<Attribute name 1>The first attribute's name.GBQ type: RECORD

GBQ mode: REPEATED

<Attribute name 2>The second attribute's name.GBQ type: RECORD

GBQ mode: REPEATED

<Attribute name 3>The third attribute's name.GBQ type: RECORD

GBQ mode: REPEATED

This schema shows the structure for simple attribute types.
FieldDescriptionGBQ type/GBQ mode
IdThe attribute identifier.GBQ type: STRING

GBQ mode: NULLABLE

valueThe attribute value.GBQ type: STRING/INTEGER/TIMESTAMP

GBQ mode: REPEATED

isOVAn indicator that tells you whether the attribute has operational values or not.GBQ type: BOOLEAN

GBQ mode: NULLABLE

This schema schema shows the structure for nested or reference attribute types.
FieldDescriptionGBQ type/GBQ mode
IdThe attribute identifier.GBQ type: STRING

GBQ mode: NULLABLE

valueThe attribute value.GBQ type: RECORD

GBQ mode: REPEATED

isOVAn indicator that tells you whether the attribute has operational values or not.GBQ type: BOOLEAN

GBQ mode: NULLABLE

This schema duplicates the structure of a Reltio crosswalk.
FieldDescriptionGBQ type/GBQ mode
valueThe crosswalk value.GBQ type: STRING

GBQ mode: NULLABLE

attributesThe list of attribute Uris that belong to the crosswalk.GBQ type: STRING

GBQ mode: REPEATED

UriThe crosswalk's Universal resource identifier.GBQ type: STRING

GBQ mode: NULLABLE

createDateThe timestamp when the crosswalk is created in Reltio.GBQ type: TIMESTAMP

GBQ mode: NULLABLE

updateDateThe timestamp when the crosswalk is last updated in Reltio.GBQ type: TIMESTAMP

GBQ mode: NULLABLE

deleteDateThe timestamp when the crosswalk is deleted.GBQ type: TIMESTAMP

GBQ mode: NULLABLE

reltioLoadDateThe timestamp when the crosswalk is loaded in Reltio.GBQ type: TIMESTAMP

GBQ mode: NULLABLE

sourceThe crosswalk source.GBQ type: STRING

GBQ mode: NULLABLE

sourceTableThe crosswalk source table.GBQ type: STRING

GBQ mode: NULLABLE

refEntityOrRelationIdThe identifier of the entity or relation that is used as a source for the reference attribute.GBQ type: STRING

GBQ mode: NULLABLE

This schema shows the structure for analytical attribute types. It can have multiple attributes.
FieldDescriptionGBQ type/GBQ mode
<Analytical attribute name 1>The first attribute's name.GBQ type: <any data type>

GBQ mode: REPEATED

<Analytical attribute name 2>The second attribute's name.GBQ type: <any data type>

GBQ mode: REPEATED

<Analytical attribute name 3>The third attribute's name.GBQ type: <any data type>

GBQ mode: REPEATED