tigergraph / ecosys

TigerGraph Ecosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dose jdbc driver support create vertex

beiben33 opened this issue · comments

I try to create vertex through the jdbc driver within my code. And it showed the error message: [ERROR] Unsupported operation: CREATE VERTEX customer ( PRIMARY_ID id_poc UINT,region STRING,name STRING) WITH primary_id_as_attribute="true"