Class: Google::Cloud::Dataplex::V1::DataQualityRule::TableConditionExpectation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/data_quality.rb

Overview

Evaluates whether the provided expression is true.

The SQL expression needs to use BigQuery standard SQL syntax and should produce a scalar boolean result.

Example: MIN(col1) >= 0

Instance Attribute Summary collapse

Instance Attribute Details

#sql_expression::String

Returns Optional. The SQL expression.

Returns:

  • (::String)

    Optional. The SQL expression.



486
487
488
489
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 486

class TableConditionExpectation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end