Class ExecutionInfo (0.1.1)

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

Information about the backend status (such as BigQuery) of the execution.

Attributes

NameDescription
job_creation_status .status.Status
Status returned by the backend when the job was created.
job_execution_state .question.ExecutionInfo.JobExecutionState
Status of the job execution.
create_time .timestamp.Timestamp
Time when the execution was triggered.
bigquery_job .question.BigQueryJob
BigQuery job information. Future versions will have different backends. Hence, clients must make sure they can handle it when this field is not populated.

Classes

JobExecutionState

JobExecutionState(value)

Enum of possible job execution statuses.