GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation typedef

GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation = $ConditionExpectation

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

Implementation

typedef GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation
    = $ConditionExpectation;