Skip to content

0.9.2

Compare
Choose a tag to compare
@Aylr Aylr released this 02 Mar 17:19
f779ccc

0.9.2

This is small release with a bug fix and a new feature added to the CLI. To see the names of all suites in your project, run great_expectations suite list or call . list_expectation_suite_names() on your DataContext.

Details

  • Fixes #1095
  • Added a list_expectation_suites function to data_context, and a corresponding CLI function - suite list. (Thanks @talagluck)
  • CI no longer enforces legacy python tests.