alibaba/GraphScope

Support wildcards when loading from files

Open

#2,936 创建于 2023年6月27日

在 GitHub 查看
 (14 评论) (2 反应) (0 负责人)HTML (2,401 star) (301 fork)batch import
component:gaecomponent:vineyardgood first issue

描述

For example:

graph.add_edges('/data/person/*.csv')

We support wildcards in oss and hdfs, (by fsspec) but not for local files.

贡献者指南