Search code examples
google-bigquerylooker

What is the public endpoint for BigQuery?


To allow JDBC connections out of a secured network to BigQuery via Looker I need to know the domain name for BigQuery so that we can whitelist it in our proxy access list.

We are planning to set our proxy as the rootURL JDBC parameter. But the question is: which API endpoint does BigQuery provide for an on-premise Looker?


Solution

  • service endpoint https://bigquery.googleapis.com

    Documentation