Google Cloud Dataplex V1 Client - Class QueryEngine (0.4.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class QueryEngine.

Query Engine Type of the SQL Script.

Protobuf type google.cloud.dataplex.v1.Content.SqlScript.QueryEngine

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

QUERY_ENGINE_UNSPECIFIED

Value: 0

Value was unspecified.

Generated from protobuf enum QUERY_ENGINE_UNSPECIFIED = 0;

SPARK

Value: 2

Spark SQL Query.

Generated from protobuf enum SPARK = 2;