- [FEATURE] Add Agent support for Missingness Data Assistant (#8336)
- [FEATURE] Allow a rule to fail within DataAssistant and still run other rules (#8393)
- [BUGFIX] fixing minor bug in sqlalchemy_execution_engine.py (#8374) (thanks @SaeedFarahani)
- [BUGFIX]
ensure_json_serializable
accounts forpydantic.BaseModel
(#8431) - [BUGFIX]
Table.head()
follow-up for Python versions (#8426) - [DOCS] Update docs on expectation docstrings (#8405)
- [DOCS] corrects default value for result_format in documentation (#8419)
- [DOCS] Remove Custom Expectations Overview Topic (#8391)
- [DOCS] Update contributing code readme with required markers information. (#8414)
- [DOCS] Fix markdown link in install_gx.md (#8416) (thanks @jmorakuebler)
- [DOCS] Docs TOC Reorg (#8421)
- [DOCS] Fix snippet reference in how_to_use_great_expectations_with_sql.md (#8430) (thanks @jmorakuebler)
- [MAINTENANCE] Experimental column descriptive metrics repository (#8335)
- [MAINTENANCE] Mark remaining datasource tests. (#8399)
- [MAINTENANCE] Pytest Mark - Metrics Folder (#8400)
- [MAINTENANCE] Add marks to missing expectations tests. (#8401)
- [MAINTENANCE] Add test for marker coverage and remove
integration
marker. (#8394) - [MAINTENANCE] Add ci test for test marker coverage (#8402)
- [MAINTENANCE] mypy 1.4.1 (#8226)
- [MAINTENANCE] snowflake regex (#8403)
- [MAINTENANCE] Resolve misc typing issues in metrics code (#8411)
- [MAINTENANCE] Bump certifi from 2022.12.7 to 2023.7.22 in /docs_rtd (#8415)
- [MAINTENANCE] conditional
snowflake-connector-python
version bump (#8412) - [MAINTENANCE] Refactor
Table.head()
forsqlalchemy
(#8234) - [MAINTENANCE] List required markers when verify marker test fails. (#8413)
- [MAINTENANCE] Bump version of
autoupdate
GH action (#8425) - [MAINTENANCE] Bump Ubuntu version in
autoupdate
GH action (#8428) - [MAINTENANCE] Update error message around
context.add_checkpoint
when neither name nor checkpoint are provided (#8313) - [MAINTENANCE] move Azure docs and public API steps to Github Actions (#8408)
- [MAINTENANCE] Use constants for GX directory and YAML references (#8420)
- [MAINTENANCE] Clean up Databricks SQL FDS impl and docs (#8424)
- [CONTRIB] Pyspark Implementation for expect_column_values_to_be_valid_currency_code (#8418) (thanks @calvingdu)
- [CONTRIB] Adding docs for missingness data assistant (#8379)