Hello! I am working through the entity resolution tutorial (Graph-Based Customer Entity Resolution - TigerGraph) and it seems like it fits my needs better than the youtube demo did. I am running into an issue in my data with primary ids and loading in edges to connect vertices with their primary id’s - so I was wondering what a valid primary_id would be for the user vertex and any of the identifier vertices?? It couldn’t be any of the attributes because none of them are always present (plus if you had two with the same it would get overwritten) but having a randomly generated one would make it impossible to link relevant vertices and edges. Just looking for any guidance here!
Also if anyone has a more fleshed out version of the pseudocode given in the same page that would also be very helpful