- [FEATURE] Register MissingnessDataAssistant (#8337)
- [BUGFIX] Ensure that Fluent Datasources support database table names in lowercase for Oracle, DB2, and Snowflake (#8327)
- [BUGFIX] Ensure that GX supports database column names in lowercase and mixcase for Oracle, DB2, and Snowflake (#8345)
- [BUGFIX] Handle ValueError in agent action (#8369)
- [BUGFIX] Ensure that SQLAlchemy is installed for SQL Datasource and TableAsset Fluent Datasource Module (#8361)
- [BUGFIX] DataAssistantResult should not error on get_expectation_suite without name (#8370)
- [BUGFIX] Exclude appropriate SnowflakeDatasource fields when creating an execution engine (#8371)
- [DOCS] Improvements on how_to_edit_expectationsuite guide (#8096) (thanks @Ismar11)
- [DOCS] Update Slack Link to Point to Discourse (#7840)
- [DOCS] Adds a consolidated overview of using GX as a conceptual guide (#8045)
- [DOCS] Updated the Execution Engine terms page (#8309)
- [DOCS] Add docs around Snowflake FDS (#8340)
- [DOCS] Update link in Data Asset Glossary Topic (#8349)
- [DOCS] updated docs to remove SimpleCheckpoint (#8352)
- [DOCS] Remove Outdated SQLAlchemy 2.0 Admonitions (#8357)
- [DOCS] Update Links to Get started with Great Expectations and Databricks (#8350)
- [DOCS] Add MetricProviders Conceptual Content (#8175)
- [DOCS] Add Information for Adding Custom Parameters to Custom Expectations (#8172)
- [DOCS] Remove index.md Files and Add Redirects (#8332)
- [MAINTENANCE] Remove
trace_docs_deps
script in CI (#8305) - [MAINTENANCE] GH Actions pytest marker test matrix (#8277)
- [MAINTENANCE] Pytest Mark - Render folder (#8301)
- [MAINTENANCE] Fix docs pipeline check changes (#8315)
- [MAINTENANCE] Add test markers to tests/datasource/fluent/XXX/X.py (#8316)
- [MAINTENANCE] Pytest Mark - Profiling (#8318)
- [MAINTENANCE]
invoke deps
task (#8311) - [MAINTENANCE] Fix requirements and CONTRIBUTING_CODE doc (#8312)
- [MAINTENANCE] gitignore for GCP credentials (#8323)
- [MAINTENANCE] Pytest Mark - DataContext Part 2 (#8317)
- [MAINTENANCE] Pytest Mark - ExecutionEngine (#8324)
- [MAINTENANCE] Pytest Mark - Integration and Expectations (#8319)
- [MAINTENANCE] Minimum version of
numpy
bumped to1.20.3
(#8326) - [MAINTENANCE] Disable Airflow provider tests in CI due to external test failures (#8342)
- [MAINTENANCE] Bump minimum version of
numpy==1.21.6
for Python 3.9 (#8341) - [MAINTENANCE] Update algolia index (#8273)
- [MAINTENANCE] Pytest Mark - DataConnector (#8338)
- [MAINTENANCE] Replace many repetitive slow integration tests for ParameterBuilder components with a few fast unit tests (#8302)
- [MAINTENANCE] Finish marking fluent datasource tests. (#8347)
- [MAINTENANCE] Bump word-wrap from 1.2.3 to 1.2.4 in /docs/docusaurus (#8346)
- [MAINTENANCE] Add test markers to datasource/batch_kwarg_generator tests. (#8348)
- [MAINTENANCE] Re-mark slow tests. (#8356)
- [MAINTENANCE] Update standard node package (#8339)
- [MAINTENANCE] Making tests for column names insensitivity for Oracle, DB2, and Snowflake easier to read (#8358)
- [MAINTENANCE] Add detect-private-key pre-commit hook (#8363)
- [MAINTENANCE] Pytest Mark - Top-level
test/
(#8359) - [MAINTENANCE] Unpin upper bound on Click dependency (#8360)
- [MAINTENANCE] Revert Click pin removal (#8367)
- [MAINTENANCE] Bump pygments from 2.7.4 to 2.15.0 in /docs_rtd (#8368)
- [MAINTENANCE] Fix non-AssertErrors for Expectations during build-gallery process (#8353)
- [MAINTENANCE] Mark datasource top level tests (#8365)
- [MAINTENANCE] add
invoke ci-tests
andinvoke service
(#8322) - [CONTRIB] Create custom expectation for Chi Square Test (#8314)
- [CONTRIB] Contributed
expect_column_to_have_no_months_missing
(#8307) (thanks @HadasManor) - [CONTRIB] Add KS test custom expectation (#8344)