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
Having a duplicate edge (#1255), results in a late error while writing results. We should add validation code to check for duplicates in the Node and Edge tables.
For Node this means the combination of node_type and node_id must be unique.
For Edge this means the combination of from_node_type, from_node_id, to_node_type and to_node_id must be unique.
The text was updated successfully, but these errors were encountered:
Having a duplicate edge (#1255), results in a late error while writing results. We should add validation code to check for duplicates in the Node and Edge tables.
For Node this means the combination of
node_type
andnode_id
must be unique.For Edge this means the combination of
from_node_type
,from_node_id
,to_node_type
andto_node_id
must be unique.The text was updated successfully, but these errors were encountered: