Golang bigquery integration testing

By yuseferi, 2 January, 2023

if you want to deal with google clould clients directly in Golang, https://github.com/googleapis/google-cloud-go is most common option for you.
it has several different clients that give this possibility to work with most of the google cloud services.

we used this package in one of our project, particulary Bigquery client.  the documentation is good.

This is  a sample: