Error processing job: Project has not enabled BigQuery

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

    Double check that you have enabled the BigQuery API via the console.

    https://console.cloud.google.com/apis/api/bigquery-json.googleapis.com/overview?project=<your-project-id>&duration=PT1H

提交回复
热议问题