We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try to get of list of finished bigquery jobs assuming like https://cloud.google.com/bigquery/docs/reference/v2/jobs/list . Is it correct method?
from gcloud import bigquery client = bigquery.Client(project='tdi-genome-1') jobs = client.jobs() AttributeError: 'Client' object has no attribute 'jobs'
Version info:
print(client._connection_class.USER_AGENT) gcloud-python/0.8.0
The text was updated successfully, but these errors were encountered:
PR #1260 will add the client.list_jobs method when it is merged.
client.list_jobs
Sorry, something went wrong.
Oops, sorry. #1260 is the issue for adding the method; #1279 is the PR which will close that issue.
Closed via #1279.
tseaver
No branches or pull requests
I try to get of list of finished bigquery jobs assuming like https://cloud.google.com/bigquery/docs/reference/v2/jobs/list . Is it correct method?
Version info:
The text was updated successfully, but these errors were encountered: