Google Bigquery 命令行返回限制
Posted
技术标签:
【中文标题】Google Bigquery 命令行返回限制【英文标题】:Google Bigquery Command Line Return Limit 【发布时间】:2013-03-13 15:01:34 【问题描述】:我刚刚升级了 bigquery 命令行程序,现在运行查询时返回的行数受到了限制。限制似乎是 100 行。在升级之前,我能够返回数千行。我正在使用 Debian。有没有办法扩大返回的行数限制?如果我能提供更多信息,请告诉我。
【问题讨论】:
【参考方案1】:试试--max_rows
标志。查看bq help query
的输出:
USAGE: bq.py [--global_flags] <command> [--command_flags] [args]
query Execute a query.
...
--max_rows: How many rows to return in the result.
(default: '100')
(an integer)
【讨论】:
以上是关于Google Bigquery 命令行返回限制的主要内容,如果未能解决你的问题,请参考以下文章
使用命令行将数据从 BigQuery 加载到 Google 表格中
从 bigquery 导入到 google 表格限制为 10k 行