How to check price of executed queries in BigQuery?

久未见 提交于 2019-12-13 03:11:34

问题


Is there a way to check price for queries I executed on BigQuery?

I know I can see the estimate before running a query (e.g. This query will process 5.2 GB when run.), with information like 1TB ~ $5 but I would actually like to see how much I pay for exact queries I have already run (price per query executed).


回答1:


You can check billing bytes (vs. processed bytes) in BigQuery UI - both Classic and New going to respectively "Details" and "Job Information"



来源:https://stackoverflow.com/questions/58625430/how-to-check-price-of-executed-queries-in-bigquery

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!