Error processing job: Project has not enabled BigQuery

前端 未结 4 1548
走了就别回头了
走了就别回头了 2021-02-10 09:26

When doing a query using SDK\'s CLI like this: bq query \"select * from [project]:[dataset].[table]\"

Response is: BigQuery error in query operatio

4条回答
  •  走了就别回头了
    2021-02-10 10:02

    Let's say your project name is "bq-project". So you created a dataset called "bq-dataset". There are a lot of tables "table1,table2,table3". So you need to retrieve table1 data. First, You can try this via big query web UI.

    SELECT * from bq-project.bq-dataset.table1

提交回复
热议问题