Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class ActionErrorTable.
Error table information, used to write error data into a BigQuery table.
Generated from protobuf message google.cloud.dataform.v1beta1.WorkflowInvocationAction.DataPreparationAction.ActionErrorTable
Namespace
Google \ Cloud \ Dataform \ V1beta1 \ WorkflowInvocationAction \ DataPreparationActionMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ target |
Google\Cloud\Dataform\V1beta1\Target
Error Table target. |
↳ retention_days |
int
Error table partition expiration in days. Only positive values are allowed. |
getTarget
Error Table target.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataform\V1beta1\Target|null |
hasTarget
clearTarget
setTarget
Error Table target.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataform\V1beta1\Target
|
Returns | |
---|---|
Type | Description |
$this |
getRetentionDays
Error table partition expiration in days. Only positive values are allowed.
Returns | |
---|---|
Type | Description |
int |
setRetentionDays
Error table partition expiration in days. Only positive values are allowed.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |