I am trying to pull data from BigQuery into Excel. when i run simple and fast queries, everything runs fine. when running "heavy" query that takes long to retrieve i get the following error:
Request failed: Error. Unable to execute query. Timeout while fetching URL: https://www.googleapis.com/bigquery/v2/projects/{my-project}/queries.
the query i can see the query and retrieve its results in the browser tool query history. I manage to retrieve data for simpler queries.
any ideas?
I would believe it has to do with default time out configuration. is there a way to set the timeout parameters for the connector?
Many thanks for your support.