Error processing job: Project has not enabled BigQuery

前端 未结 4 1529
走了就别回头了
走了就别回头了 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:07

    • First, as mentioned in early comments and answers, ensure that you have enabled the BigQuery API.

    • If you still get the same error message, you are most likely using the project name where you should be using the project id.

      The project id is the project name followed by a number, and you should be able to find it using the Console.

    • If you are sure you have the API enabled and the id and the name sorted correctly, try checking the Google Cloud Status Dashboard for any ongoing BigQuery outages.

提交回复
热议问题