Support wildcards when loading from files
Open
component:gae
component:vineyard
good first issue
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
For example:
```python
graph.add_edges('/data/person/*.csv')
```
We support wildcards in oss and hdfs, (by fsspec) but not for local files.
Contributor guide
Assessment
This issue has not been assessed yet.