问题描述
我尝试将BigQuery表单用户界面导出到Google存储表中,但面临以下错误:
错误:
表格gs:/ /mybucket/delta.csv.gz太大而无法导出到单个文件。指定一个uri,包括一个到shard的导出。 (错误代码:无效)
在查询后尝试导出时,我得到:
下载不可用此结果集包含太多要下载的行。请使用另存为表格,然后导出结果表格。 使用BigQuery可以导出最高1 GB每个文件的数据
大于1GB - BigQuery支持导出到多个文件
请参阅单通配符URI
和多个通配符URI
位于
I'm trying to export a BigQuery form UI to Google Storage table but facing this error:
Errors: Table gs://mybucket/delta.csv.gz too large to be exported to a single file. Specify a uri including a to shard export. (error code: invalid)
When trying to export after query I got:
Download Unavailable This result set contains too many rows to download. Please use "Save as Table" and then export the resulting table.
BigQuery can export up to 1 GB of data per file
For larger than 1GB - BigQuery supports exporting to multiple files
See Single wildcard URI
and Multiple wildcard URIs
in Exporting data into one or more files
这篇关于BigQuery将表导出到csv文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!