- (BREAKING) Clarified API language: renamed all
generator
parameters and methods to the more correct
batch_kwargs_generator
language. Existing projects may require simple migration steps. See :ref:Upgrading to 0.10.x
for instructions. - Adds anonymized usage statistics to Great Expectations. You can opt out at any time, but we’re hoping that you
won’t: this data will be very helpful for improving the product. See this article for details: :ref:Usage Statistics
. - CLI: improve look/consistency of
docs list
,suite list
, anddatasource list
output; addstore list
andvalidation-operator list
commands great_expectations/core/logging/usage_statistics.py - New SuiteBuilderProfiler that facilitates faster suite generation by allowing columns to be profiled
- Added two convenience methods to ExpectationSuite: get_table_expectations & get_column_expectations
- Added optional profiler_configuration to DataContext.profile() and DataAsset.profile()
- Added list_available_expectation_types() to DataAsset