You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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 and expect_column_pair_values_A_to_be_greater_than_B
to Spark. 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 to Spark.
[BUGFIX] Remove SQLAlchemy typehints to avoid requiring library (thanks @mzjp2)!
[BUGFIX] Fix issue where quantile boundaries could not be set to zero. Thanks @kokes!