Class BigQueryJob (0.2.0)

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

A BigQuery job executed by the system.

Attributes

Name Description
project_id str
Required. The project the job belongs to. See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference
job_id str
Required. The ID of the job. See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference
location str
Optional. The location of the job. See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference
destination_table google.cloud.geminidataanalytics_v1beta.types.BigQueryTableReference
Optional. A reference to the destination table of the job's query results. See https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobconfigurationquery
schema google.cloud.geminidataanalytics_v1beta.types.Schema
Optional. The schema of the job's query results. See https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobstatistics2