We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da1e1e commit b4593feCopy full SHA for b4593fe
great_expectations/expectations/expectation.py
@@ -88,6 +88,7 @@
88
PassThroughCondition,
89
RowConditionType, # Required for RowConditionType runtime validation
90
validate_row_condition,
91
+ deserialize_row_condition,
92
)
93
from great_expectations.expectations.sql_tokens_and_types import (
94
valid_sql_tokens_and_types,
0 commit comments