Class BigQueryJob (0.3.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 that the job belongs to. See JobReference __.
job_id str
Required. The ID of the job. See JobReference __.
location str
Optional. The location of the job. See JobReference __.
destination_table google.cloud.geminidataanalytics_v1beta.types.BigQueryTableReference
Optional. A reference to the destination table of the job's query results. See JobConfigurationQuery __.
schema google.cloud.geminidataanalytics_v1beta.types.Schema
Optional. The schema of the job's query results. See JobStatistics2 __.