Split table datasets for Databricks Delta Lake
Learn about the datasets in the Split table for Databricks Delta Lake.
Entity table
This table lists the fields in this Delta Lake storage raw table.
Field | Data Type | Description |
---|---|---|
uri | string | The entity Uri which consists of the <ObjectTypeSpecifier> Id |
version | bigint | The version of objects in the Reltio system |
timestamp | bigint | The time at which the event was logged |
type | string | The entity type in Reltio system |
attributes_<entityType> | string | All the attributes of the entity |
crosswalks | The crosswalk for the object | |
analyticsAttributes_<entityType> | string | All the analytical attributes of the entity |
createdBy | string | The creator of the entity |
createdTime | bigint | Timestamp of the entity creation in the source system |
updatedBy | string | The ID of the person who made the last update |
updatedTime | bigint | Timestamp of the last update of the entity in the source system |
commitTime | bigint | The commit time |
deleted | boolean | The boolean value that indicates whether the entity is deleted or not |
label | string | The label of the entity |
linked | boolean | The boolean value that indicates whether the object is linked or have references to other objects |
secondaryLabel | string | The secondary label of the entity |
tags | array<string> | The tags of the entity |
startDate | bigint | The date when the entity was created in the Reltio system |
endDate | bigint | The date when the entity was soft deleted (if deleted) in the Reltio system |
Relation table
This table lists the fields in this Delta Lake storage raw table.
Field | Data Type | Definition |
---|---|---|
uri | string | The relation Uri which consists of the <ObjectTypeSpecifier> Id |
type | string | The relation type in Reltio system |
attributes_<relationType> | string | All the attributes of the relation |
commitTime | bigint | The commit time |
createdBy | string | The creator of the relation |
createdTime | bigint | Timestamp of the relation creation in the source system |
crosswalks | The crosswalk for the object | |
deleted | boolean | The boolean value that indicates whether the relation is deleted or not |
linked | boolean | The boolean value that indicates whether the object is linked or have references to other objects |
timestamp | bigint | The time at which the event was logged |
updatedBy | string | The ID of the person who made the last update |
updatedTime | bigint | Timestamp of the last update of the relation in the source system |
version | bigint | The version of objects in the Reltio system |
startObject | The start object in a relation | |
startRefIgnored | boolean | The boolean value if start object reference is ignored |
startRefPinned | boolean | The boolean value if start object reference is pinned |
endObject | The end object in a relation | |
endRefIgnored | boolean | The boolean value if the end object reference is ignored |
endRefPinned | boolean | The boolean value if the start object reference is pinned |
startDate | bigint | The date when the entity was created in the Reltio system |
endDate | bigint | The date when the entity was soft deleted (if deleted) in the Reltio system |
Interactions table
This table lists the fields in this Delta Lake storage raw table.
Field | Data Type | Description |
---|---|---|
uri | string | The interaction Uri which consists of the <ObjectTypeSpecifier> Id |
version | bigint | The version of objects in the Reltio system |
timestamp | bigint | The time at which the event was logged |
type | string | The interaction type in Reltio system |
deleted | boolean | The boolean value that indicates whether the interaction is deleted or not |
attributes_<interactionType> | string | All the attributes of the interaction |
crosswalks | The crosswalk for the object | |
members | The memberTypes (roles like "Chefs") with concrete entities which plays these roles in this interaction. | |
createdBy | string | The creator of the interaction |
createdTime | bigint | Timestamp of the interaction creation in the source system |
updatedBy | string | The ID of the person who made the last update |
updatedTime | bigint | Timestamp of the last update of the relation in the source system |
commitTime | bigint | The commit time |