Matches dataset for the legacy data schema
Learn about the matches dataset for the column-based schema.
Field | Description | Data type/Mode |
---|---|---|
entityId | The unique entity identifier. | Data type: STRING Mode: NULLABLE |
deleted | An indicator that tells you whether the entity is deleted or not. For example: If an entity has matches and it is deleted, then a new row is inserted to the table with a value of deleted=true for the entityId. | Data type: BOOLEAN Mode: NULLABLE |
timestamp | 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 |
version | The object version in Reltio. | Data type: INTEGER Mode: NULLABLE |
potential_matches | The entity's potential matches. It can have multiple rows depending on the number of matched entities. | Data type: RECORD Mode: REPEATED |
not_matches | The number of matches marked as not a match for the entity. It can have multiple rows depending on the number of matched entities. | Data type: RECORD Mode: REPEATED |
manual_matches | The entity's manual matches. It can have multiple rows depending on the number of matched entities. | Data type: RECORD Mode: REPEATED |