- (BREAKING) Clarified API language: renamed all
generatorparameters and methods to the more correct
batch_kwargs_generatorlanguage. Existing projects may require simple migration steps. See :ref:Upgrading to 0.10.xfor 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 listoutput; addstore listandvalidation-operator listcommands 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