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

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) — Optional. The SQL expression.

#sql_expression=

def sql_expression=(value) -> ::String
Parameter
  • value (::String) — Optional. The SQL expression.
Returns
  • (::String) — Optional. The SQL expression.