alibaba/GraphScope

Support wildcards when loading from files

Open

#2.936 aberto em 27 de jun. de 2023

Ver no GitHub
 (14 comments) (2 reactions) (0 assignees)HTML (2.401 stars) (301 forks)batch import
component:gaecomponent:vineyardgood first issue

Description

For example:

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

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

Guia do colaborador