Unify and manage your data

Show Page Sections

JSON columns datasets for Databricks Delta Lake

Learn about the datasets in JSON storage format for Databricks Delta Lake.

Entity table

This table lists the fields in this Delta Lake storage raw table.

FieldData TypeDescription
uristringThe entity Uri which consists of the <ObjectTypeSpecifier> Id
versionbigintThe version of objects in the Reltio system
timestampbigintThe time at which the event was logged
typestringThe entity type in Reltio system
attributesstringAll the attributes of the entity
crosswalks ARRAY< STRUCT< type:string, uri:string, value:string, sourceTable:string, initialSource:ARRAY<string>, endInitialSource: STRING, startInitialSource: STRING, attributes:ARRAY<string>, createDate:string, reltioLoadDate:string, updateDate:string, deleteDate: STRING, singleAttributeUpdateDates:MAP<string, string>, crosswalkExternalInfo: STRUCT< dtssInfo: STRUCT< tenantId: STRING, operationId: STRING, matchReasons: ARRAY<STRING>, updatedBy: STRING, updatedTime: BIGINT, status: STRING, matchRuleUris: ARRAY<STRING> > > > > The crosswalk for the object
analyticsAttributesstringAll the analytical attributes of the entity
createdBystring The creator of the entity
createdTimebigintTimestamp of the entity creation in the source system
updatedBystringThe ID of the person who made the last update
updatedTimebigintTimestamp of the last update of the entity in the source system
commitTimebigintThe commit time
deletedbooleanThe boolean value that indicates whether the entity is deleted or not
labelstringThe label of the entity
linkedbooleanThe boolean value that indicates whether the object is linked or have references to other objects
secondaryLabelstringThe secondary label of the entity
tagsarray<string>The tags of the entity
startDatebigintThe date when the entity was created in the Reltio system
endDatebigintThe 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.

FieldData TypeDefinition
uristringThe relation Uri which consists of the <ObjectTypeSpecifier> Id
typestringThe relation type in Reltio system
attributesstringAll the attributes of the relation
commitTimebigintThe commit time
createdBystringThe creator of the relation
createdTimebigintTimestamp of the relation creation in the source system
crosswalks ARRAY< STRUCT< type:string, uri:string, value:string, sourceTable:string, initialSource:ARRAY<string>, endInitialSource: STRING, startInitialSource: STRING, attributes:ARRAY<string>, createDate:string, reltioLoadDate:string, updateDate:string, deleteDate: STRING, singleAttributeUpdateDates:MAP<string, string>, crosswalkExternalInfo: STRUCT< dtssInfo: STRUCT< tenantId: STRING, operationId: STRING, matchReasons: ARRAY<STRING>, updatedBy: STRING, updatedTime: BIGINT, status: STRING, matchRuleUris: ARRAY<STRING> > > > > The crosswalk for the object
deletedbooleanThe boolean value that indicates whether the relation is deleted or not
linkedbooleanThe boolean value that indicates whether the object is linked or have references to other objects
timestampbigintThe time at which the event was logged
updatedBystringThe ID of the person who made the last update
updatedTimebigintTimestamp of the last update of the relation in the source system
versionbigintThe version of objects in the Reltio system
startObject STRUCT< crosswalks:ARRAY< STRUCT< type:string, uri:string, value:string, sourceTable:string, initialSource:ARRAY<string>, endInitialSource: STRING, startInitialSource: STRING, attributes:ARRAY<string>, createDate:string, reltioLoadDate:string, updateDate:string, deleteDate: STRING, singleAttributeUpdateDates:MAP<string, string>, crosswalkExternalInfo: STRUCT< dtssInfo: STRUCT< tenantId: STRING, operationId: STRING, matchReasons: ARRAY<STRING>, updatedBy: STRING, updatedTime: BIGINT, status: STRING, matchRuleUris: ARRAY<STRING> > > > >, objectURI:STRING > The start object in a relation
startRefIgnoredbooleanThe boolean value if start object reference is ignored
startRefPinnedbooleanThe boolean value if start object reference is pinned
endObject STRUCT< crosswalks: ARRAY< STRUCT< type: string, uri: string, value: string, sourceTable: string, initialSource: ARRAY<string>, endInitialSource: STRING, startInitialSource: STRING, attributes: ARRAY<string>, createDate: string, reltioLoadDate: string, updateDate: string, deleteDate: STRING, singleAttributeUpdateDates: MAP<string, string>, crosswalkExternalInfo: STRUCT< dtssInfo: STRUCT< tenantId: STRING, operationId: STRING, matchReasons: ARRAY<STRING>, updatedBy: STRING, updatedTime: BIGINT, status: STRING, matchRuleUris: ARRAY<STRING> > > > >, objectURI: STRING > The end object in a relation
endRefIgnoredbooleanThe boolean value if the end object reference is ignored
endRefPinnedbooleanThe boolean value if the start object reference is pinned
startDatebigintThe date when the entity was created in the Reltio system
endDatebigintThe 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.

FieldData TypeDescription
uristringThe interaction Uri which consists of the <ObjectTypeSpecifier> Id
versionbigintThe version of objects in the Reltio system
timestampbigintThe time at which the event was logged
typestringThe interaction type in Reltio system
deletedbooleanThe boolean value that indicates whether the interaction is deleted or not
attributesstringAll the attributes of the interaction
crosswalks ARRAY< STRUCT< type: string, uri: string, value: string, sourceTable: string, initialSource: ARRAY<string>, endInitialSource: STRING, startInitialSource: STRING, attributes: ARRAY<string>, createDate: string, reltioLoadDate: string, updateDate: string, deleteDate: STRING, singleAttributeUpdateDates: MAP<string, string>, crosswalkExternalInfo: STRUCT< dtssInfo: STRUCT< tenantId: STRING, operationId: STRING, matchReasons: ARRAY<STRING>, updatedBy: STRING, updatedTime: BIGINT, status: STRING, matchRuleUris: ARRAY<STRING> > > > > The crosswalk for the object
members MAP<STRING, STRUCT< uri: STRING, type: STRING, members: ARRAY<MAP<STRING, STRING>> > > The memberTypes (roles like "Chefs") with concrete entities which plays these roles in this interaction.
createdBystringThe creator of the interaction
createdTimebigintTimestamp of the interaction creation in the source system
updatedBystringThe ID of the person who made the last update
updatedTimebigintTimestamp of the last update of the relation in the source system
commitTimebigintThe commit time

Matches table

This table lists the fields in this Delta Lake storage raw table.

FieldData TypeDescription
entityIdstringThe ID of the Entity in the Reltio system
manual_matchesarray<struct<entityId:string>>Entity IDs of manual matches for entityId
not_matchesarray<struct<entityId:string>>Entity IDs that are not matches to entityId
potential_matches array< struct< entityId:string, matchRules:array<string>, matchScore:string> > Entity IDs of potential matches
versionbigintThe version of objects in the Reltio system
deletedbooleanThe boolean value that indicates whether the record is deleted or not
timestampbigintThe time at which the event was logged
insertedTimebigintTimestamp of the record inserted in the table

Merges table

This table lists the fields in this Delta Lake storage raw table.

FieldData TypeDescription
winnerIdstringThe entity ID of the winner record in the merge
loserIdstringThe entity ID of the loser record in the merge
mergeKeystringThe same as the loserId
typestringThe type of event that occurred:
  • MANUAL - When two entities are merged manually by an user

  • AUTO - When two entities are merged Automatically by merge process using an Automatic match rule

  • ON_THE_FLY - When an newly created entity is merged on the fly using some Automatic match rules

  • GROUP_MERGE - refers to the situation when entities are merged with each other in two different merge processes simultaneously

deletedbooleanThe boolean value that indicates whether the record is deleted or not
mergeRulesUrisarray<string>The URI of the merge rules. The configuration/entityTypes/Organization/matchGroups/FuzzyNameExactAddress URI corresponds to the match rule defined in your L3 under the Organization entity type
matchRulesarray<string>The list of the match rules that played a role in matching the records before they got merged. This column hold the label of the match rules
insertedTimebigintTimestamp of the record inserted in the table
versionbigintThe version of objects in the Reltio system
timestampbigintThe timestamp of the event that occurred in Reltio system

This table lists the fields in this Delta Lake storage raw table.

Activity table

This table lists the fields in this Delta Lake storage raw table.

FieldData TypeDescription
activityClientTypestring The type of client made the Rest API request. Clients may specify its own type via the globalId HTTP header. In case of the header is not specified the type will be "UNKNOWN"
activityIDstringThe activity record Id
activityMethodstringThe HTTP method used in the Rest API request
activitySourcestring The activity source
activityTimestampbigintThe time when the object was affected
activityUrlstringThe HTTP url of the Rest API request
activityUserstringThe activity performed by user
activityDescriptionstring The activity description
activityLabelstringThe activity Label
items ARRAY<STRUCT<data: STRING, delta: STRING, eventId: STRING, eventType: STRING, id: STRING, objectLabel: STRING, objectType: STRING, objectUri: STRING, startObjectUri: STRING, startObjectLabel: STRING, endObjectUri: STRING, endObjectUriLabel: STRING>> The activity Items
ingestTimetimestampThe time when the record was added in table

Workflow table

This table lists the fields in this Delta Lake storage raw table.

FieldData TypeDescription
uristringThe Uri which consists of the <ObjectTypeSpecifier> Id
timestampbigintThe timestamp of the event that occurred in Reltio system
environmentNamestringName of the environment
tenantIdstringTenant ID
objectURIsstringObject URIs affected by this workflow activity
resourceURIsstringResource URIs affected by this workflow activity
processInstanceIDstringProcess Instance ID
taskIDstringID of the task
processTypestringType of Workflow process
taskTypestringType of task
processInstanceCreateTimebigintProcess instance create time
taskCreateTimebigintTask created time
usernamestringUser name for the workflow activity
assigneestringAssignee to whom this workflow activity is assigned
processInstanceDueDatebigintDue date for this workflow process
decisionstringDecision of the user
userActivityTimebigint Activity time
processInstanceCompleteBooleanFlag that indicates whether the process is complete or not
processInstanceCompletionTimebigint Completion time of workflow process
processSuspendedBooleanFlag that indicates whether the process is suspended or not