Relationship dataset for the legacy data schema
Learn about the relationship dataset for the column-based schema.
Field | Description | Data type/Mode |
---|---|---|
Uri | The Universal resource identifier. It is in the format <ObjectTypeSpecifier>/Id Example: For entities the ObjectTypeSpecifier is 'entities' Uri = | Data type: STRING Mode: NULLABLE |
Type | The entity type in Reltio. | Data type: STRING Mode: NULLABLE |
Id | The entity identifier in Reltio. | Data type: STRING Mode: NULLABLE |
createdTime | The timestamp when the entity is created in Reltio. | Data type: TIMESTAMP Mode: NULLABLE |
createdBy | The user who created the entity. | Data type: STRING Mode: NULLABLE |
updatedTime | The timestamp when the entity is last updated in Reltio. | Data type: TIMESTAMP Mode: NULLABLE |
updatedBy | The user who last updated the entity. | Data type: STRING Mode: NULLABLE |
deletedTime | The time when the entity is deleted. | Data type: TIMESTAMP Mode: NULLABLE |
deleted | An indicator that tells you whether the entity is deleted or not. | Data type: BOOLEAN Mode: NULLABLE |
startDate | The date when the entity is created in Reltio. | Data type: TIMESTAMP Mode: NULLABLE |
endDate | The date when the entity is marked for a soft delete, if it is already deleted, in Reltio. | Data type: TIMESTAMP Mode: NULLABLE |
eventTime | The time when an event is logged in Reltio. | Data type: TIMESTAMP Mode: NULLABLE |
insertedTime | The time when an entity is inserted in the GBQ table. | Data type: TIMESTAMP Mode: NULLABLE |
versionTime | The object version in Reltio. | Data type: INTEGER Mode: NULLABLE |
conflictedAttributes | The 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 |
Start | An object that has one property ID of the start object in the relationship (start object configured in L3). You can access the property ID using Start.Id. | Data type: RECORD Mode: NULLABLE |
End | An object that has one property ID of the end object in the relationship (end object configured in L3). You can access the property ID using End.Id. | Data type: RECORD Mode: NULLABLE |
crosswalks | A representation of the crosswalks of an object in Reltio. | Data type: RECORD Mode: NULLABLE |
tags | The location of all tags that can be applied to the entity. | Data type: STRING Mode: REPEATED |
attributes_HeadNursing | The location of the entity's attribute information in JSON format. | Data type: JSON Mode: NULLABLE |
attributes_Affiliation | The location of the entity's analytical attribute information in JSON format. | Data type: JSON Mode: NULLABLE |
Field | Description | GBQ type/GBQ mode |
---|---|---|
value | The crosswalk value. | GBQ type: STRING GBQ mode: NULLABLE |
attributes | The list of attribute Uris that belong to the crosswalk. | GBQ type: STRING GBQ mode: REPEATED |
Uri | The crosswalk's Universal resource identifier. | GBQ type: STRING GBQ mode: NULLABLE |
createDate | The timestamp when the crosswalk is created in Reltio. | GBQ type: TIMESTAMP GBQ mode: NULLABLE |
updateDate | The timestamp when the crosswalk is last updated in Reltio. | GBQ type: TIMESTAMP GBQ mode: NULLABLE |
deleteDate | The timestamp when the crosswalk is deleted. | GBQ type: TIMESTAMP GBQ mode: NULLABLE |
reltioLoadDate | The timestamp when the crosswalk is loaded in Reltio. | GBQ type: TIMESTAMP GBQ mode: NULLABLE |
source | The crosswalk source. | GBQ type: STRING GBQ mode: NULLABLE |
sourceTable | The crosswalk source table. | GBQ type: STRING GBQ mode: NULLABLE |
refEntityOrRelationId | The identifier of the entity or relation that is used as a source for the reference attribute. | GBQ type: STRING GBQ mode: NULLABLE |
Field | Description | GBQ type/GBQ mode |
---|---|---|
<AttributeName1> | The first attribute's name. | GBQ type: RECORD GBQ mode: REPEATED |
<AttributeName2> | The second attribute's name. | GBQ type: RECORD GBQ mode: REPEATED |
<AttributeName3> | The third attribute's name. | GBQ type: RECORD GBQ mode: REPEATED |