Class SqlScript (1.4.2)

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

Configuration for the Sql Script content.

Attribute

NameDescription
engine google.cloud.dataplex_v1.types.Content.SqlScript.QueryEngine
Required. Query Engine to be used for the Sql Query.

Classes

QueryEngine

QueryEngine(value)

Query Engine Type of the SQL Script.

Values: QUERY_ENGINE_UNSPECIFIED (0): Value was unspecified. SPARK (2): Spark SQL Query.