【发布时间】:2015-07-29 06:36:05
【问题描述】:
我无法让 BQ shell 使用关键字 --write_disposition=WRITE_APPEND 附加 JSON 文件。
load --sour_format=NEWLINE_DELIMITED_JSON --write_disposition=WRITE_APPEND dataset.tablename /home/file1/one.log /home/file1/jschema.json
我有一个名为 one.log 的文件及其模式 jschema.json。
在执行脚本时,它会说
FATAL flags parsing error : unknown command line flag 'write_dispostion'
RUN 'bq.py help' to get help.
我相信大查询是仅追加模式,应该有可能在表中追加数据,我无法解决,请任何帮助。
【问题讨论】:
标签: json google-bigquery