Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚升级了 bigquery 命令行程序,现在运行查询时返回的行数受到了限制。限制似乎是 100 行。在升级之前,我能够返回数千行。我正在使用 Debian。有没有办法扩大返回的行数限制?让我知道我是否可以提供更多信息。
试试--max_rows国旗。查看输出bq help query:
--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)