SqlFilter Class

Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline.

Constructor

SqlFilter(*args: Any, **kwargs: Any)

Variables

Name Description
sql_expression
str

The SQL expression. e.g. MyProperty='ABC'.

compatibility_level
int

This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.

requires_preprocessing

Value that indicates whether the rule action requires preprocessing.

Attributes

compatibility_level

This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.

compatibility_level: int | None

requires_preprocessing

Value that indicates whether the rule action requires preprocessing.

requires_preprocessing: bool | None

sql_expression

The SQL expression. e.g. MyProperty='ABC'.

sql_expression: str | None