I am currently developing a function to retrieve data from a BigQuery table on a local server set up using Go. What I don't understand is whether there is an additional fee for fetching the query results onto the local server, apart from the fee for the amount of data scanned by the query.
From what I have found:
Hi @martheid9881,
Welcome to Google Cloud Community!
You are not charged for BigQuery API calls, but there are quotas and limits you should check.
You are also correct regarding Storage Read API, you may refer to Storage Read API data transfer within Google Cloud and Storage Read API pricing details for more insights. You may also find valuable insights in this related discussion on the Google Cloud Community.
Note: Pricing may change, so it’s important to refer to Google Cloud's documentation for the latest details.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.