What’s Changed
- [DOCS] Improved help for CLI
checkpoint
command - [BUGFIX] BasicSuiteBuilderProfiler could include extra expectations when only some expectations were selected (#1422)
- [FEATURE] add support for
expect_multicolumn_values_to_be_unique
andexpect_column_pair_values_A_to_be_greater_than_B
toSpark
. Thanks @WilliamWsyHK! - [ENHANCEMENT] Allow a dictionary of variables can be passed to the DataContext constructor to allow override
config variables at runtime. Thanks @balexander! - [FEATURE] add support for
expect_column_pair_values_A_to_be_greater_than_B
toSpark
. - [BUGFIX] Remove SQLAlchemy typehints to avoid requiring library (thanks @mzjp2)!
- [BUGFIX] Fix issue where quantile boundaries could not be set to zero. Thanks @kokes!