- [FEATURE] ParameterBuilder for Computing Average Unexpected Values Fractions for any Map Metric (#4340)
- [FEATURE] Improve bootstrap quantile method accuracy (#4270)
- [FEATURE] Decorate RuleBasedProfiler.run() with usage statistics (#4321)
- [FEATURE] MapMetricColumnDomainBuilder for Rule-Based Profiler (#4353)
- [FEATURE] Enable expect_column_min/_max_to_be_between expectations to be self-initializing (#4363)
- [FEATURE] Azure pipeline to perform nightly CI/CD runs around packaging/installation (#4274)
- [BUGFIX] Fix
IndexError
around data asset pagination from CLI (#4346) - [BUGFIX] Upper bound pyathena to <2.5.0 (#4350)
- [BUGFIX] Fixes PyAthena type checking for core expectations & tests (#4359)
- [BUGFIX] BatchRequest serialization (CLOUD-743) (#4352)
- [BUGFIX] Update the favicon on docs site (#4376)
- [BUGFIX] Fix issue with datetime objects in expecatation args (#2652) (thanks @jstammers)
- [DOCS] Universal map TOC update (#4292)
- [DOCS] add Config section (#4355)
- [DOCS] Deployment Patterns to Reference Architectures (#4344)
- [DOCS] Fixes tutorial link in reference architecture prereqs component (#4360)
- [DOCS] Tag technical terms in getting started tutorial (#4354)
- [DOCS] Update overview pages to link to updated tutorial pages. (#4378)
- [HACKATHON] ExpectColumnValuesToBeValidUUID (#4322)
- [HACKATHON] add expectation core (#4357)
- [HACKATHON] ExpectColumnAverageToBeWithinRangeOfGivenPoint (#4356)
- [MAINTENANCE] rule based profiler minor clean up of ValueSetParameterBuilder (#4332)
- [MAINTENANCE] Adding tests that exercise single and multi-batch BatchRequests (#4330)
- [MAINTENANCE] Formalize ParameterBuilder contract API usage in ValueSetParameterBuilder (#4333)
- [MAINTENANCE] Rule-Based Profiler: Create helpers directory; use column domain generation convenience method (#4335)
- [MAINTENANCE] Deduplicate table domain kwargs splitting (#4338)
- [MAINTENANCE] Update Azure CI/CD cron schedule to run more frequently (#4345)
- [MAINTENANCE] Optimize CategoricalColumnDomainBuilder to compute metrics in a single method call (#4348)
- [MAINTENANCE] Reduce tries to 2 for probabilistic tests (#4351)
- [MAINTENANCE] Refactor Checkpoint toolkit (#4342)
- [MAINTENANCE] Refactor all uses of
format
in favor of f-strings (#4347) - [MAINTENANCE] Update great_expectations_contrib CLI tool to use existing diagnostic classes (#4316)
- [MAINTENANCE] Setting stage for removal of
--no-postgresql
and--no-spark
flags frompytest
. Enable--postgresql
and--spark
(#4309) - [MAINTENANCE] convert unexpected_list contents to hashable type (#4336)
- [MAINTENANCE] add operator and func handling to stores urns (#4334)
- [MAINTENANCE] Refactor ParameterBuilder classes to extend parent class where possible; also, minor cleanup (#4375)