When trying to run a query with a large output (600,000 rows of data), I am getting an error :
[Simba}[BigQuery](310) Storage API Error: DNS resolution failed for service: http:.
I am using a proxy to connect, but have verified a good connection to Google API via the proxy. I have also verified HTAPI is enabled.
If I run a scaled down version of the same query to get a smaller output, the report runs without issue.
My two-part question is, is it possible the full report is too large and is causing the connection to fail, and, if so, is there a setting on the BigQuery side to allow that level of traffic?