Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting a different client api endpoiint for Bigquery #1296

Open
EmilioIppoliti opened this issue Sep 23, 2024 · 1 comment
Open

Setting a different client api endpoiint for Bigquery #1296

EmilioIppoliti opened this issue Sep 23, 2024 · 1 comment
Assignees

Comments

@EmilioIppoliti
Copy link

Hi all ,

I created a provate endpoint for my Google Bigquery instance , and I wolud like to connect to this endpoint using the spark-bigquery-connector in Python . At the moment it seems there isn't any possibility to set a different endpoit on the Spark options uding bigquery formart , Could you me suggest something to resolve this issue ?

image

As illustrated in the previous image , I was able to setup only the proxy but no private endpoint .

Thanks

@davidrabinowitz
Copy link
Member

You can set the following options:

  • bigQueryHttpEndpoint - the endpoint for the BigQuery V2 API REST endpoint.
  • bigQueryStorageGrpcEndpoint - The endpoint for the Spark BigQuery Storage API, used to read and write the data (DIRECT write)

Any reason you need to do that?

@davidrabinowitz davidrabinowitz self-assigned this Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants