-
Notifications
You must be signed in to change notification settings - Fork 125
specify geographical location of table in pandas read_gbq #177
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
Thanks for the report! I'm not familiar with this - what's the error you get when setting this? And when it's not set? |
@rmporsch You're correct that this requires modifications to Note: the way I would expect this to work (but it doesn't) with the current library is by using the
but this fails with |
I think the proper fix here is to add a Aside: I'd like to make this less verbose once there is a way to set a default location in the BigQuery client object. googleapis/google-cloud-python#5148 |
Once #185 is in, we'll need to
|
Version 0.5.0 is now released to PyPI with this fix. Next steps are to add the location parameters to Pandas. |
* Add link to Pandas-GBQ 0.5.0 in what's new. * Remove unnecessary sleep in GBQ tests. Closes googleapis/python-bigquery-pandas#177 Closes pandas-dev#21627
* Add link to Pandas-GBQ 0.5.0 in what's new. * Remove unnecessary sleep in GBQ tests. Closes googleapis/python-bigquery-pandas#177 Closes #21627
* Add link to Pandas-GBQ 0.5.0 in what's new. * Remove unnecessary sleep in GBQ tests. Closes googleapis/python-bigquery-pandas#177 Closes pandas-dev#21627
I am having trouble setting the geographical location in
pandas.read_gbq
.In
google.cloud.bigquery
I can set the location toasia-northeast1
the following:However, I fail to do this in
read_gbq
. The following seems not to work:The text was updated successfully, but these errors were encountered: