Connection refused creating dataset in GCP bigquery with cloud.google.com/go/bigquery
My code have been working for a while but now I am having issues when accessing bigquery to create a dataset (I have checked it also get stuck when reading a table, for example). I am not having a *googleapi.Error
but a *url.Error
:
Connection refused creating dataset in bigquery with cloud.google.com/go/bigquery
My code have been working for a while but now I am having issues when accessing bigquery to create a dataset (I have checked it also get stuck when reading a table, for example). I am not having a *googleapi.Error
but a *url.Error
: