ExecutionInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Information about the backend status (such as BigQuery) of the execution.
Attributes |
|
---|---|
Name | Description |
job_creation_status |
google.rpc.status_pb2.Status
Status returned by the backend when the job was created. |
job_execution_state |
google.cloud.dataqna_v1alpha.types.ExecutionInfo.JobExecutionState
Status of the job execution. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Time when the execution was triggered. |
bigquery_job |
google.cloud.dataqna_v1alpha.types.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.