Class: Google::Cloud::Dataform::V1::CompilationResultAction::DataPreparation::ErrorTable
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1::CompilationResultAction::DataPreparation::ErrorTable
- 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.
1847 1848 1849 1850 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1847 class ErrorTable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target ⇒ ::Google::Cloud::Dataform::V1::Target
Returns Error Table target.
1847 1848 1849 1850 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1847 class ErrorTable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |