incubator-hugegraph-toolchain
incubator-hugegraph-toolchain copied to clipboard
[Feature] 通过属性值(非主键属性)创建关系
Search before asking
- [X] I had searched in the feature and found no similar feature requirement.
Feature Description (功能描述)
使用loader时,通过属性值(非主键属性)来创建关系会报
PARSE ERROR: Make sure the the primary key fields [id] are not empty, or check whether the headers or field_mapping are configured correctly
也就是说,loader必须使用主键关联来创建属性。所以希望添加标题的功能。 毕竟更多的场景,就是mysql中一张关联关系表,通过非主键id做的。这时候就无法快速导入
Are you willing to submit a PR?
- [ ] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct