feat(interactive): Support `override` in import.yaml
Open
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
Assessment
This issue has not been assessed yet.