I propose to add functionality a flag to bulk.merge_relationships which would allow to use MERGE instead of MATCH on nodes, thus creating missing nodes if they do not exist.
As far as I understand, currently the function uses MATCH on nodes, and if one of the nodes are missing from the graph, relationship will not be created.
I propose to add functionality a flag to
bulk.merge_relationshipswhich would allow to use MERGE instead of MATCH on nodes, thus creating missing nodes if they do not exist.As far as I understand, currently the function uses MATCH on nodes, and if one of the nodes are missing from the graph, relationship will not be created.