bq加载多个文件会产生错误太多的位置参数

时间:2017-05-27 03:21:03

标签: csv command-line google-bigquery

我必须将大约40个文件加载到表中。

如果我执行命令

bq load -F '|' my_ds.testable my_ds.testable.txt-3 testable.json 

它有效,并且加载了一个文件

但是,如果我尝试使用通配符加载多个文件:

bq load -F '|' my_ds.testable my_ds.testable.txt-3* testable.json 

我收到错误消息:

  

位置参数太多,仍然有['my_ds.testable.txt-31',   'my_ds.testable.txt-32','testable.json']

有什么想法吗?

0 个答案:

没有答案