Edge Upsert - "vertex_must_exist"

The docs say:

“If both vertices on either side of an edge do not exist the loading skips loading edges, meaning the edge will not be created in the graph.”

Question: It should say “If either vertex does not exist the loading skips…”
rather than “If both vertices…”. Right?

Thanks.

Yes you are correct. The 2.6 docs are correct I think: https://docs.tigergraph.com/dev/gsql-ref/ddl-and-loading/creating-a-loading-job#vertexmustexist-parameter

Which docs are you looking at? I’ll get them fixed.