Class UnknownJob (3.33.0)

UnknownJob(job_id, client)

A job whose type cannot be determined.

Methods

from_api_repr

from_api_repr(resource: dict, client) -> google.cloud.bigquery.job.base.UnknownJob

Construct an UnknownJob from the JSON representation.

Parameters
Name Description
resource Dict

JSON representation of a job.

client google.cloud.bigquery.client.Client

Client connected to BigQuery API.

Returns
Type Description
UnknownJob Job corresponding to the resource.