Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class ActionSqlDefinition.
Definition of a SQL Data Preparation
Generated from protobuf message google.cloud.dataform.v1beta1.WorkflowInvocationAction.DataPreparationAction.ActionSqlDefinition
Namespace
Google \ Cloud \ Dataform \ V1beta1 \ WorkflowInvocationAction \ DataPreparationActionMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ query |
string
The SQL query representing the data preparation steps. Formatted as a Pipe SQL query statement. |
↳ error_table |
ActionErrorTable
Error table configuration, |
↳ load_config |
ActionLoadConfig
Load configuration. |
getQuery
The SQL query representing the data preparation steps. Formatted as a Pipe SQL query statement.
Returns | |
---|---|
Type | Description |
string |
setQuery
The SQL query representing the data preparation steps. Formatted as a Pipe SQL query statement.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getErrorTable
Error table configuration,
Returns | |
---|---|
Type | Description |
ActionErrorTable|null |
hasErrorTable
clearErrorTable
setErrorTable
Error table configuration,
Parameter | |
---|---|
Name | Description |
var |
ActionErrorTable
|
Returns | |
---|---|
Type | Description |
$this |
getLoadConfig
Load configuration.
Returns | |
---|---|
Type | Description |
ActionLoadConfig|null |
hasLoadConfig
clearLoadConfig
setLoadConfig
Load configuration.
Parameter | |
---|---|
Name | Description |
var |
ActionLoadConfig
|
Returns | |
---|---|
Type | Description |
$this |