- [FEATURE] Add new expectation: expect column values to match powers of a base g… (#5219) (thanks @rifatKomodoDragon)
- [FEATURE] Replace UserConfigurableProfiler with OnboardingDataAssistant in "CLI suite new --profile" Jupyter Notebooks (#5236)
- [FEATURE]
DatasourceStore
(#5206) - [FEATURE] add new expectation on validating hexadecimals (#5188) (thanks @andrewsx)
- [FEATURE] Usage Statistics Events for Profiler and DataAssistant "get_expectation_suite()" methods. (#5251)
- [FEATURE]
InlineStoreBackend
(#5216) - [FEATURE] The "column.histogram" metric must support integer values of the "bins" parameter for all execution engine options. (#5258)
- [FEATURE] Initial implementation of
DataContextVariables
accessors (#5238) - [FEATURE]
OnboardingDataAssistant
plots forexpect_table_columns_to_match_set
(#5208) - [FEATURE]
DataContextVariables
CRUD forconfig_variables_file_path
(#5262) - [FEATURE]
DataContextVariables
CRUD forplugins_directory
(#5263) - [FEATURE]
DataContextVariables
CRUD for store name accessors (#5264) - [BUGFIX] Hive temporary tables creation fix (#4956) (thanks @jaume-ferrarons)
- [BUGFIX] Provide error handling when metric fails for all Batch data samples (#5256)
- [BUGFIX] Patch automated release test date comparisons (#5278)
- [DOCS] How to compare two tables with the UserConfigurableProfiler (#5050)
- [DOCS] How to create a Custom Column Pair Map Expectation w/ supporting template & example (#4926)
- [DOCS] Auto API documentation script (#4964)
- [DOCS] Update formatting of links to public methods in class docs generated by auto API script (#5247)
- [DOCS] In the reference section of the ToC remove duplicates and update category pages (#5248)
- [DOCS] Update DataContext docstring (#5250)
- [MAINTENANCE] Add CodeSee architecture diagram workflow to repository (#5235) (thanks @codesee-maps[bot])
- [MAINTENANCE] Fix links to API docs (#5246) (thanks @andyjessen)
- [MAINTENANCE] Unpin cryptography upper bound (#5249)
- [MAINTENANCE] Don't use jupyter-client 7.3.2 (#5252)
- [MAINTENANCE] Re-introduce jupyter-client 7.3.2 (#5253)
- [MAINTENANCE] Add
cloud
mark topytest.ini
(#5254) - [MAINTENANCE] add partner integration framework (#5132)
- [MAINTENANCE]
DataContextVariableKey
for use in Stores (#5255) - [MAINTENANCE] Clarification of events in test with multiple checkpoint validations (#5257)
- [MAINTENANCE] Misc updates to improve security and automation of the weekly release process (#5244)
- [MAINTENANCE] show more test output and minor fixes (#5239)
- [MAINTENANCE] Add proper unit tests for Column Histogram metric and use Column Value Partitioner in OnboardingDataAssistant (#5267)
- [MAINTENANCE] Updates contributor docs to reflect updated linting guidance (#4909)
- [MAINTENANCE] Remove condition from
autoupdate
GitHub action (#5270) - [MAINTENANCE] Improve code readability in the processing section of "MapMetricColumnDomainBuilder". (#5279)