So I am testing a SSIS package connecting to a Bigquery dataset. I have downled and installed the odbc driver from - https://cloud.google.com/bigquery/docs/reference/odbc-jdbc-drivers
Now I am getting the error as "Could not validate the GCE environment" by selecting the authentication as "application default credentials" The driver and the dsn is in a Google cloud VM and it is using a compute service account which i can see using the command gcloud auth list. Then I should not be getting this error?