Reference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionErrorTable.
Error table information, used to write error data into a BigQuery table.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#retention_days
def retention_days() -> ::Integer
Returns
- (::Integer) — Error table partition expiration in days. Only positive values are allowed.
#retention_days=
def retention_days=(value) -> ::Integer
Parameter
- value (::Integer) — Error table partition expiration in days. Only positive values are allowed.
Returns
- (::Integer) — Error table partition expiration in days. Only positive values are allowed.
#target
def target() -> ::Google::Cloud::Dataform::V1::Target
Returns
- (::Google::Cloud::Dataform::V1::Target) — Error Table target.
#target=
def target=(value) -> ::Google::Cloud::Dataform::V1::Target
Parameter
- value (::Google::Cloud::Dataform::V1::Target) — Error Table target.
Returns
- (::Google::Cloud::Dataform::V1::Target) — Error Table target.