我可以在大查询浏览器工具上调用 sql 我在 centos 上安装了 bq 工具并注册它现在我可以连接 bigdata 并显示数据集或使用 head 方法获取表数据但是当我从 bq 工具调用 quert 时我得到了“查询操作中的 BigQuery 错误:没有项目 ID 就无法开始工作。 ” 我在谷歌上搜索了它,但没有发现任何有用的信息。
是否有人通过“ This is BigQuery CLI v2.0.1 ”运行选择查询
BigQuery> ls
projectId friendlyName
-------------- --------------
XXXX
API项目
BigQuery> show publicdata:samples.shakespeare
Table publicdata:samples.shakespeare
Last modified Schema Total Rows Total Bytes Expiration
----------------- ------------------------------------ ------------ ------------- ------------
02 May 02:47:25 |- word: string (required) 164656 6432064
|- word_count: integer (required)
|- corpus: string (required)
|- corpus_date: integer (required)
BigQuery> query "SELECT title FROM [publicdata:samples.wikipedia] LIMIT 10 "
BigQuery error in query operation: Cannot start a job without a project id.