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 todata_context
, and a corresponding CLI function -suite list
. (Thanks @talagluck) - CI no longer enforces legacy python tests.