Google Bigquery命令行返回限制 [英] Google Bigquery Command Line Return Limit

查看:133
本文介绍了Google Bigquery命令行返回限制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚升级了bigquery命令行程序,并且现在对运行查询时返回的行进行限制。限制似乎是100行。在升级之前,我能够返回数千行。我正在使用Debian。有没有办法扩大返回的行数限制?请告诉我是否可以提供更多信息。

试试 - max_rows 标志。查看 bq帮助查询的输出:

 用法:bq.py [--global_flags]< command> [--command_flags] [args] 
查询执行查询。
...
--max_rows:结果中返回多少行。
(默认值:'100')
(一个整数)


I just upgraded the bigquery command line program, and there is now a limit to the rows being returned when I run queries. The limit seems to be 100 rows. Before upgrading, I was able to return thousands of rows. I'm using Debian. Is there a way to expand the limit of rows returned? Let me know if I can provide any more information.

解决方案

Try the --max_rows flag. See the output of 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命令行返回限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆