Class: Google::Cloud::Dataform::V1::CompilationResultAction::DataPreparation::ErrorTable

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#retention_days::Integer

Returns Error table partition expiration in days. Only positive values are allowed.

Returns:

  • (::Integer)

    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.

Returns:



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