Dataform V1 API - Class Google::Cloud::Dataform::V1::CompilationResultAction::DataPreparation::SqlDefinition (v0.1.0)

Reference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::CompilationResultAction::DataPreparation::SqlDefinition.

Definition of a SQL Data Preparation

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#error_table

def error_table() -> ::Google::Cloud::Dataform::V1::CompilationResultAction::DataPreparation::ErrorTable

#error_table=

def error_table=(value) -> ::Google::Cloud::Dataform::V1::CompilationResultAction::DataPreparation::ErrorTable

#load

def load() -> ::Google::Cloud::Dataform::V1::CompilationResultAction::LoadConfig

#load=

def load=(value) -> ::Google::Cloud::Dataform::V1::CompilationResultAction::LoadConfig
Parameter

#query

def query() -> ::String
Returns
  • (::String) — The SQL query representing the data preparation steps. Formatted as a Pipe SQL query statement.

#query=

def query=(value) -> ::String
Parameter
  • value (::String) — The SQL query representing the data preparation steps. Formatted as a Pipe SQL query statement.
Returns
  • (::String) — The SQL query representing the data preparation steps. Formatted as a Pipe SQL query statement.