How to connect to a GCP server with service acocunt json key file and run sql queries in C++
I have a .json key file for a service account that I have used to connect to a GCP BigQuery database in a Python script and run SQL queries. All is good in Python and the sql queries work as expected.