Reference documentation and code samples for the Google Cloud Dataform V1 Client class SqlDefinition.
Definition of a SQL Data Preparation
Generated from protobuf message google.cloud.dataform.v1.CompilationResultAction.DataPreparation.SqlDefinition
Namespace
Google \ Cloud \ Dataform \ V1 \ CompilationResultAction \ DataPreparationMethods
__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 |
ErrorTable
Error table configuration, |
↳ load |
Google\Cloud\Dataform\V1\CompilationResultAction\LoadConfig
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 |
ErrorTable|null |
hasErrorTable
clearErrorTable
setErrorTable
Error table configuration,
Parameter | |
---|---|
Name | Description |
var |
ErrorTable
|
Returns | |
---|---|
Type | Description |
$this |
getLoad
Load configuration.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataform\V1\CompilationResultAction\LoadConfig|null |
hasLoad
clearLoad
setLoad
Load configuration.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataform\V1\CompilationResultAction\LoadConfig
|
Returns | |
---|---|
Type | Description |
$this |