-
Notifications
You must be signed in to change notification settings - Fork 124
Issues with custom bigquery api endpoint #1369
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
Comments
Interestingly this query works:
As does this:
The second query above it the same query as DVT generated in the failing command. The only difference appears to be that one is from |
We are missing an override for the BigQuery Storage API endpoint.
In Ibis v6 and upwards we have the option of passing in a BigQuery client and a BigQuery storage API client which has two benefits.
Obviously upgrading Ibis is non trivial so I need to consider other options. |
This recent new feature is another reason why we need to get to the bottom of this. |
In issue #1337 we added support for customers to define a custom endpoint. This was tested by the requesting and confirmed as working, however, as they have continued their testing they have run into further issues.
Example (sanitised) command:
We can see some successful interactions with the correct private endpoint:
But start trying to access blocked IPs when executing the query.
The text was updated successfully, but these errors were encountered: