GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation typedef
GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation = $ConditionExpectation
Evaluates whether the provided expression is true.The SQL expression needs to use GoogleSQL syntax (https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax) and should produce a scalar boolean result.Example: MIN(col1) >= 0
Implementation
typedef GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation
= $ConditionExpectation;