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
Namespace
Google \ Cloud \ Dataplex \ V1 \ Content \ SqlScriptMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
QUERY_ENGINE_UNSPECIFIED
Value: 0Value was unspecified.
Generated from protobuf enum QUERY_ENGINE_UNSPECIFIED = 0;
SPARK
Value: 2Spark SQL Query.
Generated from protobuf enum SPARK = 2;