Class BigQueryJob (0.6.3)

BigQueryJob(mapping=None, *, ignore_unknown_fields=False, **kwargs)

BigQuery job information. This can be used to query the BigQuery API and retrieve the current job's status (using jobs.get <https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/get>__).

Attributes

NameDescription
job_id str
The job ID.
project_id str
The project ID of the job.
location str
The location where the job is running.