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.
Values: JOB_EXECUTION_STATE_UNSPECIFIED (0): No job execution was specified. NOT_EXECUTED (1): No job execution was requested, yet. RUNNING (2): The job is running. SUCCEEDED (3): The job completed successfully. FAILED (4): The job completed unsuccessfully.