Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataQualityRule::TableConditionExpectation (v0.6.1)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataQualityRule::TableConditionExpectation.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#sql_expression

def sql_expression() -> ::String
Returns
  • (::String)

#sql_expression=

def sql_expression=(value) -> ::String
Parameter
  • value (::String)
Returns
  • (::String)