Accelerate the Value of Data

Entity datasets for Snowflake

Learn about the entity datasets.

This table holds data for all entities. Use these datasets to view your entity metadata.
FieldDescriptionData type/Mode
UriThe 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: VARCHAR

Mode: NULLABLE

versionThe entity version in Reltio.Data type: NUMBER

Mode: NULLABLE

timestampThe time when the event is created in Reltio.Data type: NUMBER(13,0)

Mode: NULLABLE

attributesThe attributes that are configured in the business configuration.Data type: VARIANT

Mode: NULLABLE

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

Mode: NULLABLE

createdTimeThe time when the entity is created in Reltio.Data type: NUMBER

Mode: NULLABLE

createdByThe user who created the entity.Data type: VARCHAR

Mode: NULLABLE

updatedTimeThe time when the entity is last updated in Reltio.Data type: NUMBER

Mode: NULLABLE

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

Mode: NULLABLE

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

Mode: NULLABLE

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

Mode: NULLABLE

activeA value that indicates whether the entity is currently active or not.Data type: BOOLEAN

Mode: NULLABLE

This table holds data for all configured entity types. Use these datasets to view your entity metadata.
FieldDescriptionData type/mode
uriThe 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.

Snowflake type: VARCHAR

Snowflake mode: NULLABLE

timestampThe time when the event is created in Reltio.Snowflake type: NUMBER(13,0)

Snowflake mode: REPEATED

deletedA value that indicates whether the event is deleted or not.Snowflake type: BOOLEAN

Snowflake mode: NULLABLE

linkedA value that indicates whether the entity is linked to another entity or not.Snowflake type: BOOLEAN

Snowflake mode: NULLABLE

versionThe entity version in Reltio.Snowflake type: NUMBER

Snowflake mode: NULLABLE

jsonA representation of the JSON object in Reltio.Snowflake type: VARIANT

Snowflake mode: NULLABLE

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

Snowflake mode: NULLABLE