Skip to content

AttributeError: 'Client' object has no attribute 'jobs' #1287

Description

@vmorozov

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the BigQuery API.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions