Dataform V1 API - Class Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionSqlDefinition (v0.1.0)

Reference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionSqlDefinition.

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::WorkflowInvocationAction::DataPreparationAction::ActionErrorTable

#error_table=

def error_table=(value) -> ::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionErrorTable

#load_config

def load_config() -> ::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionLoadConfig

#load_config=

def load_config=(value) -> ::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionLoadConfig

#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.