- [FEATURE] Add pandas datasource sorter by refactoring into DataAsset (#6787)
- [FEATURE] ID/PK Demo Files (#6833)
- [BUGFIX] Fix missing not operator ~ (#6808)
- [BUGFIX] Implemented lowercase function to check what type of file endswith (#6810) (thanks @tmilitino)
- [BUGFIX] : expect_day_count_to_be_close_to_equivalent_week_day_mean (#6811) (thanks @HadasManor)
- [BUGFIX] Pandas ID/PK query was causing DataDocs error (#6832)
- [DOCS] Link to gh issue #4152 for ruamel.yaml (#6799) (thanks @jamesmyatt)
- [DOCS] ExpectationSuite and remove_expectation api docs (#6785)
- [DOCS] Add GitHub PR links to changelogs (#6818)
- [DOCS] Update
yarn-snippet-check
to only target specific source code dirs (#6825) - [DOCS] Adding docstring for ExpectationSuite.add_expectation (#6829)
- [DOCS] DOC-394: Fix broken redirect links (#6835)
- [MAINTENANCE] Enable more backends for some contrib expectations (#6775)
- [MAINTENANCE] Change execution_engine_type from method to property. (#6788)
- [MAINTENANCE] More backends for expect_yesterday_count_compared_to_avg_equivalent_days_of_week (#6790)
- [MAINTENANCE] Update gallery pipeline to only have one scheduled run per day (early AM) (#6791)
- [MAINTENANCE] Convert the validation results to JSON serializable (#6776) (thanks @lu-lz)
- [MAINTENANCE] Propagate "runtime_configuration" argument throughout Validator flow (#6767)
- [MAINTENANCE] Only include relevant diagnostics info in gallery JSON (#6797)
- [MAINTENANCE] Clean up public api report part 1 (#6784)
- [MAINTENANCE] Clean up public api report part 2 (#6792)
- [MAINTENANCE] Shift daily gallery run by 6 hours (#6802)
- [MAINTENANCE] Misc docstrings in
AbstractDataContext
(#6801) - [MAINTENANCE] Add checkpoint and datadoc integration test for zep pandas datasource. (#6793)
- [MAINTENANCE] Use environment variables for expectation gallery data paths (#6805)
- [MAINTENANCE] Suppress 2 kl_divergence datasets for bigquery that took 90 minutes to insert (#6807)
- [MAINTENANCE] Improve type hints in ExecutionEngine.resolve_metrics() flow and delete unnecessary checks (#6804)
- [MAINTENANCE] Fixes for column_values_to_be_between tests (#6809)
- [MAINTENANCE] Clean up public api report part 3 (#6803)
- [MAINTENANCE] Add docstring for
AbstractDataContext.add_checkpoint
(#6728) (thanks @abegong) - [MAINTENANCE] Use Enum classes for all metric name suffixes (#6819)
- [MAINTENANCE] Use shortened_dotted_paths in API docs (#6820)
- [MAINTENANCE] Update batch request option validation error message (#6821)
- [MAINTENANCE] Add docstring to DataAsset.add_sorters (#6822)
- [MAINTENANCE] Misc type cleanup within
checkpoint/
andvalidator/
(#6817) - [MAINTENANCE] Update algolia indexing (#6827)
- [MAINTENANCE] When running our test suite, suppress warnings
result_format
configuration in Expectations and Validators (#6823) - [MAINTENANCE] ZEP - lower logging levels from
INFO
->DEBUG
(#6830) - [MAINTENANCE] Use shortened dotted paths in api docs (#6831)
- [MAINTENANCE] Remove outdated refs to Superconductive (#6816)
- [CONTRIB] Improve contrib schwifty expectations (#6812) (thanks @mkopec87)