alibaba / alibaba/GraphScope

feat(interactive): Support `override` in import.yaml

Open
#3,483 1 comment 0 reactions 1 assignee Claimed by @zhanglei1949 View on GitHub
stale
Dominant language
C++
Stars
3.6k
Forks
468
Avg merge
29m
Merged PRs (30d)
1

Description

Currently, we only support `init` option. i.e.
```yaml
graph: graph_algo
loading_config:
data_source:
scheme: file # file, oss, s3, hdfs; only file is supported now
location: /home/graphscope/graph_algo/
import_option: init
```

It is common for user to overwrite the currently graph with updated data, so `import_option: overwrite` should be supported.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.