-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
BigQuery job.results() still in usage doc #3907
Comments
I think that the method changed name ? https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/bigquery/google/cloud/bigquery/job.py#L1282 |
Thanks for the concern, the interface has indeed changed. If you check out the release notes: https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/bigquery-0.26.0 you can keep track of the changes. For example
I am going to preemptively close this issue, but let me know if you think there is more to discuss? |
maybe update the readme i liked in my first message ? |
Please also see #4153 |
This will be closed by #4245. |
Edit by @dhermes: The
bigquery/usage.rst
doc is out-of-date. We really need to run those samples on CI on a regular basis.Original: Following https://googlecloudplatform.github.io/google-cloud-python/stable/bigquery/usage.html#querying-data-asynchronous
it worked perfectly with 0.25, with latest version I get exception saying that
QueryJob
doesnt have aresults()
method anymore.The text was updated successfully, but these errors were encountered: