You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: