Skip to content

0.10.0

Compare
Choose a tag to compare
@jcampbell jcampbell released this 15 Apr 04:15
· 6627 commits to develop since this release
8c4f636
  • (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, and datasource list output; add store list and validation-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