Class TableConditionExpectation (2.8.0)

TableConditionExpectation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attribute

Name Description
sql_expression str
Optional. The SQL expression.