简体   繁体   中英

Google BigQuery - understanding quotas and limits: project exceeded quota for free query bytes scanned

I ran a query as a batch job that failed with the error google.api_core.exceptions.Forbidden: 403 Quota exceeded: Your project exceeded quota for free query bytes scanned

But when I take a look at my current usage it tells me I used almost nothing and none of my free 1TB query limit (I have 2 projects, but both show the same):

在此处输入图像描述

I also set up a dashboard with two metrics that might be of help but I don't quite understand as there is no axis labeling provided:

在此处输入图像描述

Where can I actually see the current status of my "already scanned bytes"?

Thanks!

INFORMATION_SCHEMA views can be useful in your case.

You can find details using this link: https://cloud.google.com/bigquery/docs/monitoring

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM