Class TableConditionExpectation (1.10.0)

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

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

Attribute

NameDescription
sql_expression str
Optional. The SQL expression.