Great-expectations

Latest version: v0.18.12

Safety actively analyzes 619494 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 40

0.17.13

* [FEATURE] Scripts for Identify Failed Rows (ID/PK) Doc ([8606](https://github.com/great-expectations/great_expectations/pull/8606))
* [FEATURE] Ensure FDS asset gets updated with new cloud id on add ([8610](https://github.com/great-expectations/great_expectations/pull/8610))
* [BUGFIX] Fix bug in Query template values metric when it gets int values ([8614](https://github.com/great-expectations/great_expectations/pull/8614))
* [BUGFIX] Fix bad checkpoint runtime config merge ([8626](https://github.com/great-expectations/great_expectations/pull/8626))
* [BUGFIX] Ensure that `oss_id` updates conf file rather than overwriting ([8634](https://github.com/great-expectations/great_expectations/pull/8634))
* [BUGFIX] Ensure `cloud` tests don't run for public Forks ([8627](https://github.com/great-expectations/great_expectations/pull/8627))
* [BUGFIX] Query Compatibility With Trino ([8600](https://github.com/great-expectations/great_expectations/pull/8600)) (thanks HadasManor)
* [BUGFIX] Always run docs-snippets action on release tag. ([8651](https://github.com/great-expectations/great_expectations/pull/8651))
* [DOCS] Remove Unused Topics and Update YAML Examples ([8581](https://github.com/great-expectations/great_expectations/pull/8581))
* [DOCS] Add Limit Validation Results in Data Docs Topic ([8571](https://github.com/great-expectations/great_expectations/pull/8571))
* [DOCS] Fix Quickstart typo ([8625](https://github.com/great-expectations/great_expectations/pull/8625))
* [DOCS] Quick Fix ([8628](https://github.com/great-expectations/great_expectations/pull/8628))
* [DOCS] Remove Instances of SimpleCheckpoint in snippets ([8622](https://github.com/great-expectations/great_expectations/pull/8622))
* [DOCS] Update Connect to SQL database source data ([8635](https://github.com/great-expectations/great_expectations/pull/8635))
* [DOCS] Remove Instances of SimpleCheckpoint ([8565](https://github.com/great-expectations/great_expectations/pull/8565))
* [DOCS] add `public_api` to `PandasDatasource` methods and assets ([8620](https://github.com/great-expectations/great_expectations/pull/8620))
* [MAINTENANCE] Update Docusaurus to `2.4.1` and ensure Algolia search works ([8549](https://github.com/great-expectations/great_expectations/pull/8549))
* [MAINTENANCE] add py311 min versions tests ([8621](https://github.com/great-expectations/great_expectations/pull/8621))
* [MAINTENANCE] Move `get_context` out of utils ([8623](https://github.com/great-expectations/great_expectations/pull/8623))
* [MAINTENANCE] Remove reference to CLI in generated GX YAML ([8624](https://github.com/great-expectations/great_expectations/pull/8624))
* [MAINTENANCE] enable `RUF` rules ([8561](https://github.com/great-expectations/great_expectations/pull/8561))
* [MAINTENANCE] Fix Azure CI packaging step ([8629](https://github.com/great-expectations/great_expectations/pull/8629))
* [MAINTENANCE] Ignore `pandas` warning emitted through `altair` codepath ([8641](https://github.com/great-expectations/great_expectations/pull/8641))
* [MAINTENANCE] Delete `ExpectationExplorer` ([8643](https://github.com/great-expectations/great_expectations/pull/8643))
* [MAINTENANCE] Kill datasource cache in non-Cloud envs ([8608](https://github.com/great-expectations/great_expectations/pull/8608))
* [MAINTENANCE] databricks_sql integration tests ([8563](https://github.com/great-expectations/great_expectations/pull/8563))
* [MAINTENANCE] Fix or ignore warnings appearing in python 3.11 ([8645](https://github.com/great-expectations/great_expectations/pull/8645))
* [MAINTENANCE] Remove deprecated sqlalchemy-databricks connector ([8644](https://github.com/great-expectations/great_expectations/pull/8644))
* [MAINTENANCE] Add ruff rule to disallow use of `os.environ` outside of config files ([8588](https://github.com/great-expectations/great_expectations/pull/8588))
* [MAINTENANCE] metrics typing ([8633](https://github.com/great-expectations/great_expectations/pull/8633))
* [MAINTENANCE] Delete misc batch kwarg generators ([8640](https://github.com/great-expectations/great_expectations/pull/8640))

0.17.12

* [FEATURE] Use the explicit column delimiters if passed in by user. ([8459](https://github.com/great-expectations/great_expectations/pull/8459))
* [FEATURE] ID/PK - Update Jupyter Notebooks for FDS ([8580](https://github.com/great-expectations/great_expectations/pull/8580))
* [BUGFIX] Fix incorrect type of SqlAlchemyExecutionEngine constructor's arg ([8487](https://github.com/great-expectations/great_expectations/pull/8487)) (thanks YoitoFes)
* [BUGFIX] Fix faulty logic around writing to .gitignore in context root dir ([8597](https://github.com/great-expectations/great_expectations/pull/8597))
* [BUGFIX] Update Docs test after DataContext Deprecation ([8599](https://github.com/great-expectations/great_expectations/pull/8599))
* [BUGFIX] Fix DraftDatasourceConfigAction connection string substitution ([8613](https://github.com/great-expectations/great_expectations/pull/8613))
* [DOCS] Update Data Assistant and Edit an Expectation Suite Topics ([8564](https://github.com/great-expectations/great_expectations/pull/8564))
* [MAINTENANCE] Delete deprecated `get_batch` ([8574](https://github.com/great-expectations/great_expectations/pull/8574))
* [MAINTENANCE] Delete deprecated `add_batch_kwargs_generator` ([8573](https://github.com/great-expectations/great_expectations/pull/8573))
* [MAINTENANCE] Add typing stubs to `requirements-types.txt` ([8501](https://github.com/great-expectations/great_expectations/pull/8501))
* [MAINTENANCE] mypy 1.5 ([8586](https://github.com/great-expectations/great_expectations/pull/8586))
* [MAINTENANCE] Enable explicit-override mypy rule ([8589](https://github.com/great-expectations/great_expectations/pull/8589))
* [MAINTENANCE] Consistently use `datasources` property on context ([8596](https://github.com/great-expectations/great_expectations/pull/8596))
* [MAINTENANCE] Deprecate `BaseDataContext` and `DataContext` ([8584](https://github.com/great-expectations/great_expectations/pull/8584))
* [MAINTENANCE] Update metrics data model to use generic value type ([8575](https://github.com/great-expectations/great_expectations/pull/8575))
* [MAINTENANCE] Update the CTA in the Data Docs footer ([8603](https://github.com/great-expectations/great_expectations/pull/8603))
* [MAINTENANCE] Clean-up: Renaming "self-initializing" to "auto-initializing" ([8609](https://github.com/great-expectations/great_expectations/pull/8609))
* [MAINTENANCE] Adding support for project_root_dir to get_context ([8388](https://github.com/great-expectations/great_expectations/pull/8388))
* [MAINTENANCE] Simplify CI YAML conditional for 0.17.12 release ([8612](https://github.com/great-expectations/great_expectations/pull/8612))
* [MAINTENANCE] Add mode param to get_context ([8593](https://github.com/great-expectations/great_expectations/pull/8593))

0.17.11

* [FEATURE] Make SQLDatasource.assets field a `tagged-union` ([8532](https://github.com/great-expectations/great_expectations/pull/8532))
* [BUGFIX] DatabricksSQL TableAsset quoted identifiers ([8523](https://github.com/great-expectations/great_expectations/pull/8523))
* [BUGFIX] Fixed persist to be considered for spark fluent datasource ([8512](https://github.com/great-expectations/great_expectations/pull/8512)) (thanks jmcorreia)
* [BUGFIX] Revert Docusaurus to `2.0.0-beta21` ([8546](https://github.com/great-expectations/great_expectations/pull/8546))
* [BUGFIX] add_splitter_on_column_value ([8498](https://github.com/great-expectations/great_expectations/pull/8498))
* [BUGFIX] Fix persist is not being reflected for Spark Legacy Datasource ([8544](https://github.com/great-expectations/great_expectations/pull/8544)) (thanks jmcorreia)
* [BUGFIX] Snowflake column identifiers ([8526](https://github.com/great-expectations/great_expectations/pull/8526))
* [BUGFIX] Use a randomized schema name when running snowflake tests to support concurrency ([8559](https://github.com/great-expectations/great_expectations/pull/8559))
* [BUGFIX] Skip Snowflake FDS tests for User Forks ([8567](https://github.com/great-expectations/great_expectations/pull/8567))
* [BUGFIX] Fix Agent error types ([8558](https://github.com/great-expectations/great_expectations/pull/8558))
* [BUGFIX] Query Template not always String ([8570](https://github.com/great-expectations/great_expectations/pull/8570))
* [BUGFIX] Fix link update for versioned docs when there are multiple links on the same line ([8568](https://github.com/great-expectations/great_expectations/pull/8568))
* [DOCS] Update URL to blog post for anonymous stats ([7014](https://github.com/great-expectations/great_expectations/pull/7014))
* [DOCS] Updates Quickstart guide ([8321](https://github.com/great-expectations/great_expectations/pull/8321))
* [DOCS] Relocate Compare Two Tables with the Onboarding Data Assistant ([8539](https://github.com/great-expectations/great_expectations/pull/8539))
* [DOCS] Update to exact_match parameter: expect_table_columns_to_match_set ([8521](https://github.com/great-expectations/great_expectations/pull/8521)) (thanks calvingdu)
* [DOCS] Update Spark Code Examples in Connect to In-memory Source Data ([8520](https://github.com/great-expectations/great_expectations/pull/8520))
* [DOCS] Update MetricProviders Conceptual Topic ([8538](https://github.com/great-expectations/great_expectations/pull/8538))
* [MAINTENANCE] Retire `docs-integration` tests that are already running in GitHub Actions ([8525](https://github.com/great-expectations/great_expectations/pull/8525))
* [MAINTENANCE] Remove Cross-Table comparison from Docs-Integration, which is already being run ([8531](https://github.com/great-expectations/great_expectations/pull/8531))
* [MAINTENANCE] Github Actions - Better handling of tests that cannot be run in Forks ([8530](https://github.com/great-expectations/great_expectations/pull/8530))
* [MAINTENANCE] Fix marker key ([8541](https://github.com/great-expectations/great_expectations/pull/8541))
* [MAINTENANCE] Fix conditional in CI ([8542](https://github.com/great-expectations/great_expectations/pull/8542))
* [MAINTENANCE] Ignore distutils warning ([8543](https://github.com/great-expectations/great_expectations/pull/8543))
* [MAINTENANCE] Bump gitpython from 3.1.30 to 3.1.32 in /docs_rtd ([8540](https://github.com/great-expectations/great_expectations/pull/8540))
* [MAINTENANCE] Fix docs-snippets ci job ([8545](https://github.com/great-expectations/great_expectations/pull/8545))
* [MAINTENANCE] Update Docusaurus to `2.4.1` ([8508](https://github.com/great-expectations/great_expectations/pull/8508))
* [MAINTENANCE] ruff `0.0.282` ([8505](https://github.com/great-expectations/great_expectations/pull/8505))
* [MAINTENANCE] Add concurrency criteria to Github Actions CI/CD ([8550](https://github.com/great-expectations/great_expectations/pull/8550))
* [MAINTENANCE] Update `docs snippets` stage in `ci.yml` for scheduled and triggered runs ([8547](https://github.com/great-expectations/great_expectations/pull/8547))
* [MAINTENANCE] Bump tornado from 6.3.2 to 6.3.3 in /docs_rtd ([8551](https://github.com/great-expectations/great_expectations/pull/8551))
* [MAINTENANCE] ruff 0.0.284 ([8552](https://github.com/great-expectations/great_expectations/pull/8552))
* [MAINTENANCE] Allow duplicate keys in checkpoint configuration with the same values ([8555](https://github.com/great-expectations/great_expectations/pull/8555))
* [MAINTENANCE] airflow220-min-versions ([8557](https://github.com/great-expectations/great_expectations/pull/8557))
* [CONTRIB] Updating Special Characters Expectation ([8382](https://github.com/great-expectations/great_expectations/pull/8382)) (thanks calvingdu)
* [CONTRIB] expect_multicolumn_values_to_be_equal ([8553](https://github.com/great-expectations/great_expectations/pull/8553)) (thanks karthigaiselvanm)
* [CONTRIB] fix query template values metric ([8562](https://github.com/great-expectations/great_expectations/pull/8562)) (thanks itaise)

0.17.9

* [BUGFIX] PR title checker's code should handle apostrophes ([8513](https://github.com/great-expectations/great_expectations/pull/8513))
* [BUGFIX] Patch `add_or_update_expectation_suite` with Cloud-backed contexts ([8522](https://github.com/great-expectations/great_expectations/pull/8522))
* [DOCS] Update Code Example for Viewing a Full Checkpoint Configuration ([8492](https://github.com/great-expectations/great_expectations/pull/8492))
* [DOCS] Add New Topic for Connecting to In-Memory Source Data Using Spark ([8445](https://github.com/great-expectations/great_expectations/pull/8445))
* [DOCS] Remove Unused Documentation Style Guide Topic ([8496](https://github.com/great-expectations/great_expectations/pull/8496))
* [DOCS] Update Links and Content in the Data Context Topic ([8489](https://github.com/great-expectations/great_expectations/pull/8489))
* [DOCS] Update Connect to filesystem source data ([8483](https://github.com/great-expectations/great_expectations/pull/8483))
* [DOCS] Add step to install azure-storage-blob when using azure storage blobs… ([8156](https://github.com/great-expectations/great_expectations/pull/8156))
* [DOCS] add python version badge to README ([7040](https://github.com/great-expectations/great_expectations/pull/7040))
* [DOCS] standardizes references to supported Python versions ([8474](https://github.com/great-expectations/great_expectations/pull/8474))
* [MAINTENANCE] Remove core team attributions from changelog ([8493](https://github.com/great-expectations/great_expectations/pull/8493))
* [MAINTENANCE] Remove `azure-pipeline.yml` after migrating to Github Actions ([8494](https://github.com/great-expectations/great_expectations/pull/8494))
* [MAINTENANCE] Notify on build-n-publish failure. ([8495](https://github.com/great-expectations/great_expectations/pull/8495))
* [MAINTENANCE] Send slack notification on release ([8497](https://github.com/great-expectations/great_expectations/pull/8497))
* [MAINTENANCE] Removed unused github action. ([8499](https://github.com/great-expectations/great_expectations/pull/8499))
* [MAINTENANCE] Change default testing level from WARNING to INFO ([8506](https://github.com/great-expectations/great_expectations/pull/8506))
* [MAINTENANCE] Flaky decorator added for docs-integration tests that access Cloud resources ([8510](https://github.com/great-expectations/great_expectations/pull/8510))
* [MAINTENANCE] Mob typing: update list of deprecated, never to be typed files. ([8514](https://github.com/great-expectations/great_expectations/pull/8514))
* [MAINTENANCE] Better testing for FDS quoted identifier logic ([8509](https://github.com/great-expectations/great_expectations/pull/8509))
* [MAINTENANCE] Remove Click upper bound constraint. ([8515](https://github.com/great-expectations/great_expectations/pull/8515))
* [MAINTENANCE] Docs Pipeline Clean up ([8468](https://github.com/great-expectations/great_expectations/pull/8468))
* [MAINTENANCE] Update `flaky` test ([8527](https://github.com/great-expectations/great_expectations/pull/8527))

0.17.8

* [FEATURE] Add Agent action to list table names in SQL Datasources ([8177](https://github.com/great-expectations/great_expectations/pull/8177))
* [FEATURE] Add Test Draft Config Workflow to Agent ([8410](https://github.com/great-expectations/great_expectations/pull/8410))
* [FEATURE] add run checkpoint action to agent ([8449](https://github.com/great-expectations/great_expectations/pull/8449))
* [FEATURE] DataAssistantResult should include exceptions from rules ([8429](https://github.com/great-expectations/great_expectations/pull/8429))
* [BUGFIX] Cleanup aws_postgres reference environment ([8439](https://github.com/great-expectations/great_expectations/pull/8439))
* [BUGFIX] Use consistent name between compose and cli command ([8440](https://github.com/great-expectations/great_expectations/pull/8440))
* [BUGFIX] Scaffolding .gitignore should not require writeable file system ([8362](https://github.com/great-expectations/great_expectations/pull/8362)) (thanks ivanstillfront)
* [BUGFIX] Remove unused, overwritten pytest marker. ([8441](https://github.com/great-expectations/great_expectations/pull/8441))
* [BUGFIX] get_validator throws AttributeError: 'CloudDataContext' object has no attribute 'ge_cloud_mode' ([8433](https://github.com/great-expectations/great_expectations/pull/8433))
* [BUGFIX] PP-282: fixing update_datasource method bug ([8464](https://github.com/great-expectations/great_expectations/pull/8464))
* [BUGFIX] Add `performance` marker to `pyproject.toml` ([8480](https://github.com/great-expectations/great_expectations/pull/8480))
* [BUGFIX] Fix Postgres, Trino quoted identifier issues ([8442](https://github.com/great-expectations/great_expectations/pull/8442))
* [DOCS] Correct Typo ([8451](https://github.com/great-expectations/great_expectations/pull/8451))
* [DOCS] Admonition and Landing Page Updates ([8432](https://github.com/great-expectations/great_expectations/pull/8432))
* [DOCS] Remove Expectation Implementations by Backend Topic ([8437](https://github.com/great-expectations/great_expectations/pull/8437))
* [DOCS] Source Data and Datasource Format Update ([8435](https://github.com/great-expectations/great_expectations/pull/8435))
* [DOCS] Update the API Reference Landing Page ([8472](https://github.com/great-expectations/great_expectations/pull/8472))
* [DOCS] Fix Grid Autosizing ([8475](https://github.com/great-expectations/great_expectations/pull/8475))
* [DOCS] Update Use Great Expectations with Amazon Web Services using Athena ([8406](https://github.com/great-expectations/great_expectations/pull/8406))
* [DOCS] Fixed typos in Execution Engine glossary entry ([8086](https://github.com/great-expectations/great_expectations/pull/8086))
* [DOCS] add `public_api` decorator to `TableAsset` and `QueryAsset` ([8470](https://github.com/great-expectations/great_expectations/pull/8470))
* [MAINTENANCE] Default snippet-check to non verbose mode ([8448](https://github.com/great-expectations/great_expectations/pull/8448))
* [MAINTENANCE] Move `test_dependency_versions` to github actions ([8427](https://github.com/great-expectations/great_expectations/pull/8427))
* [MAINTENANCE] Add pytest-xdist and use by default. ([8436](https://github.com/great-expectations/great_expectations/pull/8436))
* [MAINTENANCE] Add sleep to allow services to come up before we run tests ([8454](https://github.com/great-expectations/great_expectations/pull/8454))
* [MAINTENANCE] add test services for mssql, mysql, and trino ([8447](https://github.com/great-expectations/great_expectations/pull/8447))
* [MAINTENANCE] Removed sqlalchemy_version_compatibility from required test markers. ([8456](https://github.com/great-expectations/great_expectations/pull/8456))
* [MAINTENANCE] Linting for previously excluded cli, expectations and rule_based_profiler tests ([8422](https://github.com/great-expectations/great_expectations/pull/8422))
* [MAINTENANCE] Run cloud e2e tests. ([8443](https://github.com/great-expectations/great_expectations/pull/8443))
* [MAINTENANCE] Start testing clickhouse in github actions. ([8452](https://github.com/great-expectations/great_expectations/pull/8452))
* [MAINTENANCE] Github Actions - Spark tests ([8460](https://github.com/great-expectations/great_expectations/pull/8460))
* [MAINTENANCE] Remove external_sqldialect marker as test coverage marker. ([8458](https://github.com/great-expectations/great_expectations/pull/8458))
* [MAINTENANCE] Pytest Github Action - BigQuery and Postgres ([8417](https://github.com/great-expectations/great_expectations/pull/8417))
* [MAINTENANCE] Run `marker-tests` after `unit-tests` and `static-analysis` ([8465](https://github.com/great-expectations/great_expectations/pull/8465))
* [MAINTENANCE] Run all_backend tests along with specific service tests. ([8467](https://github.com/great-expectations/great_expectations/pull/8467))
* [MAINTENANCE] AWS Glue script using Context Manager to catch `FutureWarning` ([8466](https://github.com/great-expectations/great_expectations/pull/8466))
* [MAINTENANCE] Remove old required tests which have been replaced. ([8462](https://github.com/great-expectations/great_expectations/pull/8462))
* [MAINTENANCE] Run all python versions on scheduled run ([8463](https://github.com/great-expectations/great_expectations/pull/8463))
* [MAINTENANCE] `min-versions` wait for `unit-tests`, `static-analysis` ([8471](https://github.com/great-expectations/great_expectations/pull/8471))
* [MAINTENANCE] Remove Azure Dev CI steps ([8473](https://github.com/great-expectations/great_expectations/pull/8473))
* [MAINTENANCE] Enable `B009` Bugbear `get-attr-with-constant` rule ([8434](https://github.com/great-expectations/great_expectations/pull/8434))
* [MAINTENANCE] Update ListTableNamesAction to use GxAgentEnvVars ([8450](https://github.com/great-expectations/great_expectations/pull/8450))
* [MAINTENANCE] Add check that each test only has one required marker. ([8477](https://github.com/great-expectations/great_expectations/pull/8477))
* [MAINTENANCE] Add test case for run_name_template using env_var ([8461](https://github.com/great-expectations/great_expectations/pull/8461))
* [MAINTENANCE] Delete `azure-pipelines-dev.yml` ([8476](https://github.com/great-expectations/great_expectations/pull/8476))
* [MAINTENANCE] Test out releaser github action ([8478](https://github.com/great-expectations/great_expectations/pull/8478))
* [MAINTENANCE] Add missing marker to pyproject.toml ([8481](https://github.com/great-expectations/great_expectations/pull/8481))
* [MAINTENANCE] Slack notifications if non-pr ci github action pipeline fails ([8485](https://github.com/great-expectations/great_expectations/pull/8485))
* [MAINTENANCE] Run additional matrix steps on any non-`pull_request` event ([8486](https://github.com/great-expectations/great_expectations/pull/8486))
* [MAINTENANCE] GX-Release Process update to use GitHub Actions ([8484](https://github.com/great-expectations/great_expectations/pull/8484))

0.17.7

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

Page 5 of 40

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.