Class QueryDetail (1.4.1)

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

Execution details of the query.

Attributes

NameDescription
query_id str
The unique Query id identifying the query.
query_text str
The query text executed.
engine google.cloud.dataplex_v1.types.SessionEvent.QueryDetail.Engine
Query Execution engine.
duration google.protobuf.duration_pb2.Duration
Time taken for execution of the query.
result_size_bytes int
The size of results the query produced.
data_processed_bytes int
The data processed by the query.

Classes

Engine

Engine(value)

Query Execution engine.

Values: ENGINE_UNSPECIFIED (0): An unspecified Engine type. SPARK_SQL (1): Spark-sql engine is specified in Query. BIGQUERY (2): BigQuery engine is specified in Query.