GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

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

Open zhanglei1949 opened this issue 1 year ago • 1 comments

Currently, we only support init option. i.e.

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.

zhanglei1949 avatar Jan 16 '24 02:01 zhanglei1949

Is the scheme separated from location? It is strange. Why not use location as a complete URI? such as

  • oss://bucket/file.txt
  • https://pan.baidu.com/x.csv

yecol avatar Mar 18 '24 02:03 yecol