Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I find out how much of my 1TB free monthly allotment I've used in Google BigQuery?

I feel like there must be some way to figure out how much of free 1TB is left besides summing up the "bytes processed" amounts for every single query. But I haven't been able to find it anywhere in the console or elsewhere.

like image 981
user6754512 Avatar asked Oct 31 '25 20:10

user6754512


1 Answers

Unfortunately this is not super easy right now. The best way to get the answer is, as you said, to sum up the bytes processed for the queries you've run.

You can get the data via the BQ jobs.list API, or you can use BQ's audit logs if that's more convenient. The audit logs can even be queried in BQ, but of course that incurs additional usage. :-)

You can also see your unbilled usage for GCP services via the GCP console. However, this only shows BQ usage from the free 1 TB tier once you've incurred some actual BQ charges (i.e., once you've gone over the 1 TB), which makes it less useful for your particular use case.

like image 178
Jeremy Condit Avatar answered Nov 04 '25 18:11

Jeremy Condit



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!