Google Cloud Dataplex V1Data Quality Rule Table Condition Expectation Response
data class GoogleCloudDataplexV1DataQualityRuleTableConditionExpectationResponse(val sqlExpression: String)
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