- [FEATURE] Add package, contributors and metrics filter in Algolia script for expectation (#7000) (thanks @kod-er)
- [FEATURE]
BatchMetadata
for all fluentDataAsset
s (#7392) - [FEATURE] Introducing CapitalOne DataProfilerColumnDomainBuilder as well as multiple improvements to CapitalOne codebase and testability. (#7498)
- [BUGFIX] Repair SparkSession initialization behavior to disallow restarting, unless explicitly instructed through configuration (#7444)
- [BUGFIX] Skip dialect specific tests if no flag passed or flag not available (#7443)
- [BUGFIX] Ensure that MetricStore Records "data_asset_name" Properly (#7458)
- [BUGFIX] Fix incorrect type hint and correct typographical errors in DomainBuilder docstrings and fill in missing docstrings (#7467)
- [BUGFIX] Reset Metrics Registry in order to keep state of Metrics Registry test cases Runs mutually consistent (#7473)
- [BUGFIX] Corrected typographical errors in two docstrings (#7506)
- [BUGFIX] Typo in min versions install (#7516)
- [DOCS] New ADR proposal for patch version support (#7451)
- [DOCS] Remove outdated instructions for building documentation (#7457)
- [DOCS] Updating the docs to gx_dev (#7455)
- [DOCS] Fixes typo in code snippet for "How to organize Batches in a file-based Data Asset" guide (#7465)
- [DOCS] Postgresql drivername fix for SQLAlchemy compatibility. Closes #7464 (#7466) (thanks @Itzblend)
- [DOCS] Corrects code snippets (#7470)
- [DOCS] Add a note about installing version of pyspark that matches Spark version (#7483)
- [DOCS] adding cloud language to quickstart (#7484)
- [DOCS] doc-409 Corrects links in databricks guide (#7485)
- [DOCS] Doc-472 Corrects numbering of steps in guide (#7478)
- [DOCS] DOC-474 Updates URL for usage statistics page (#7477)
- [DOCS] Testing ADR (#7495)
- [DOCS] corrects typo in GCS setup guide (#7514)
- [MAINTENANCE] Case whens argument change for SQLAlchemy 2.0 compatibility (#7416)
- [MAINTENANCE]
mypy
1.1.1
update (#7452) - [MAINTENANCE] Remove v2 api CLI (#7440)
- [MAINTENANCE] Bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs/docusaurus (#7447)
- [MAINTENANCE] Updating language per issue 3572 (#7456)
- [MAINTENANCE] Remove v2 api expectations tests (#7439)
- [MAINTENANCE] Move docs_link_checker.py and create new docs-specific pipeline (#7422)
- [MAINTENANCE] select call style change for SQLAlchemy 2 compatibility (#7378)
- [MAINTENANCE] Decruft map_metric_provider.py (#7460)
- [MAINTENANCE] Add tests for
_register_metric_functions
in theMetricProvider
class hierarchy. (#7459) - [MAINTENANCE] SqlAlchemy2 Compatibility - implicit autocommit (#7400)
- [MAINTENANCE] Bump ua-parser-js from 0.7.31 to 0.7.34 in /docs/docusaurus (#7474)
- [MAINTENANCE] Remove SQLAlchemyDataset/Datasource (#7471)
- [MAINTENANCE] Bump json5 from 1.0.1 to 1.0.2 in /docs/docusaurus (#7475)
- [MAINTENANCE] Bump @sideway/formula from 3.0.0 to 3.0.1 in /docs/docusaurus (#7487)
- [MAINTENANCE] Bump ipython from 7.31.1 to 8.10.0 in /docs_rtd (#7491)
- [MAINTENANCE] Bump cross-fetch from 3.1.4 to 3.1.5 in /docs/docusaurus (#7488)
- [MAINTENANCE] Deprecated API features detected warning for SQLAlchemy 2.0 compatibility (#7490)
- [MAINTENANCE] type-checking implementation files (#7454)
- [MAINTENANCE] Small Refactor of ColumnDomainBuilder for code elegance and computational performance improvements (#7492)
- [MAINTENANCE] Lower pydantic requirement to v1.9.2 or greater (#7482)
- [MAINTENANCE] Connection.connect warning for SQLAlchemy 2.0 compatibility (#7489)
- [MAINTENANCE] Pass
PandasDatasource
batch_metadata
askwargs
to remove possibility ofNone
onDataAsset
model (#7503) - [MAINTENANCE] Make
dataset_name
a parameter for Expectations tests or create name fromExpectation
name, which ensures only limited number of tables created. (#7476) - [MAINTENANCE] Fix sqlalchemy warnings for pandas + sql fluent datasources (#7504)
- [MAINTENANCE] Bump gitpython from 3.1.7 to 3.1.30 in /docs_rtd (#7494)
- [MAINTENANCE] Bump certifi from 2020.6.20 to 2022.12.7 in /docs_rtd (#7497)
- [MAINTENANCE] Bump jupyter-core from 4.6.3 to 4.11.2 in /docs_rtd (#7496)
- [MAINTENANCE] Bump nbconvert from 5.6.1 to 6.5.1 in /docs_rtd (#7508)
- [MAINTENANCE] Bump numpy from 1.21.0 to 1.22.0 in /docs_rtd (#7509)
- [MAINTENANCE] Revert PR 7490 (#7515)
- [MAINTENANCE] Use YAMLHandler in tests and docs (#7507)
- [MAINTENANCE] Dedicated airflow 2.2.0 async test (#7518)
- [MAINTENANCE] Remove airflow2 min depdency test. (#7524)
- [CONTRIB] - Add new column expectation not be null and empty (#7449) (thanks @tmilitino)