Class: Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionErrorTable
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionErrorTable
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1/dataform.rb
Overview
Error table information, used to write error data into a BigQuery table.
Instance Attribute Summary collapse
-
#retention_days ⇒ ::Integer
Error table partition expiration in days.
-
#target ⇒ ::Google::Cloud::Dataform::V1::Target
Error Table target.
Instance Attribute Details
#retention_days ⇒ ::Integer
Returns Error table partition expiration in days. Only positive values are allowed.
2404 2405 2406 2407 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 2404 class ActionErrorTable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target ⇒ ::Google::Cloud::Dataform::V1::Target
Returns Error Table target.
2404 2405 2406 2407 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 2404 class ActionErrorTable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |