Great-expectations

Latest version: v1.2.6

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

Scan your dependencies

Page 12 of 46

0.17.2

* [FEATURE] AWS S3 reference environment ([8166](https://github.com/great-expectations/great_expectations/pull/8166))
* [FEATURE] Snowflake FDS ([8157](https://github.com/great-expectations/great_expectations/pull/8157))
* [FEATURE] Fix Bigquery/GCS integration tests ([8149](https://github.com/great-expectations/great_expectations/pull/8149))
* [FEATURE] Python 3.11 support ([8174](https://github.com/great-expectations/great_expectations/pull/8174))
* [FEATURE] Fix azure docs tests ([8171](https://github.com/great-expectations/great_expectations/pull/8171))
* [FEATURE] Reference Environment - BigQuery ([8176](https://github.com/great-expectations/great_expectations/pull/8176))
* [FEATURE] Reference Environment - Google Cloud Storage ([8197](https://github.com/great-expectations/great_expectations/pull/8197))
* [FEATURE] Enable updating active stores and CRUD for data docs sites ([8194](https://github.com/great-expectations/great_expectations/pull/8194))
* [FEATURE] Use PythonScript task type for custom docs ci checks ([8208](https://github.com/great-expectations/great_expectations/pull/8208))
* [FEATURE] Reference Environment: Azure Blob Storage ([8212](https://github.com/great-expectations/great_expectations/pull/8212))
* [FEATURE] ExpectDaySumToBeCloseToEquivalentWeekDayMean: User can give `weeks_back` as argument ([8139](https://github.com/great-expectations/great_expectations/pull/8139)) (thanks HadasManor)
* [BUGFIX] Allow for `create_temp_table` to be `False` when creating a `SqlAlchemyBatchData` object ([8160](https://github.com/great-expectations/great_expectations/pull/8160))
* [BUGFIX] Raise more informative error on failure of getting an expectation suite by name ([8170](https://github.com/great-expectations/great_expectations/pull/8170))
* [BUGFIX] Enable Pandas Column Aggregate Metrics To Support Decimal Numeric Types ([8195](https://github.com/great-expectations/great_expectations/pull/8195))
* [BUGFIX] Relax numpy version requirements for python 3.10 ([8199](https://github.com/great-expectations/great_expectations/pull/8199))
* [BUGFIX] Patch additional `pytest.deprecated_call` around adding datasource with Cloud ([8219](https://github.com/great-expectations/great_expectations/pull/8219))
* [BUGFIX] Fix yarn install and condition on CI pipeline ([8217](https://github.com/great-expectations/great_expectations/pull/8217))
* [DOCS] Create New Landing Pages ([7993](https://github.com/great-expectations/great_expectations/pull/7993))
* [DOCS] Add table listing supported evaluation parameter expressions to the docs ([8124](https://github.com/great-expectations/great_expectations/pull/8124))
* [DOCS] Reorganize Checkpoint Section ([8182](https://github.com/great-expectations/great_expectations/pull/8182))
* [DOCS] Getting Started with GX ([8143](https://github.com/great-expectations/great_expectations/pull/8143))
* [DOCS] Sidebar updates for Getting Started ([8196](https://github.com/great-expectations/great_expectations/pull/8196))
* [DOCS] Get Started Section Revisions ([8202](https://github.com/great-expectations/great_expectations/pull/8202))
* [DOCS] Remove Connect to a Source Data System from TOC ([8193](https://github.com/great-expectations/great_expectations/pull/8193))
* [MAINTENANCE] Raise error on unsupported versions of python. ([8158](https://github.com/great-expectations/great_expectations/pull/8158))
* [MAINTENANCE] Reference Environment - Update Snowflake Notebook to Specify Python 3.10 ([8167](https://github.com/great-expectations/great_expectations/pull/8167))
* [MAINTENANCE] Refactor reference environment CLI for consistency ([8169](https://github.com/great-expectations/great_expectations/pull/8169))
* [MAINTENANCE] DX-565 remove allow_cross_type_comparison from column_pair_values.a_greater_than_b ([8025](https://github.com/great-expectations/great_expectations/pull/8025))
* [MAINTENANCE] Python 3.11 SQLAlchemy import time fix ([8180](https://github.com/great-expectations/great_expectations/pull/8180))
* [MAINTENANCE] Rich comments and docstrings for DataAssistant related modules. ([8185](https://github.com/great-expectations/great_expectations/pull/8185))
* [MAINTENANCE] Fix Python 3.11 Docker excessive pip backtracking ([8187](https://github.com/great-expectations/great_expectations/pull/8187))
* [MAINTENANCE] Start cleaning up outdated deprecation warnings ([8135](https://github.com/great-expectations/great_expectations/pull/8135))
* [MAINTENANCE] Replace Non-Existent Expectation Name With Correct Existing Expectation Name ([8191](https://github.com/great-expectations/great_expectations/pull/8191))
* [MAINTENANCE] Deal with Python 3.11 deprecations ([8192](https://github.com/great-expectations/great_expectations/pull/8192))
* [MAINTENANCE] Placing S3, Trino Imports Under Compatibility Pattern ([8198](https://github.com/great-expectations/great_expectations/pull/8198))
* [MAINTENANCE] Deprecate adding legacy datasources in Cloud-backed environments ([8190](https://github.com/great-expectations/great_expectations/pull/8190))
* [MAINTENANCE] Add `pytest.deprecated_call` to misc usages of `add_datasource` in tests ([8207](https://github.com/great-expectations/great_expectations/pull/8207))
* [MAINTENANCE] Placing AWS RedShift Imports Under Compatibility Pattern ([8205](https://github.com/great-expectations/great_expectations/pull/8205))
* [MAINTENANCE] Placing Snowflake Imports Under Compatibility Pattern ([8210](https://github.com/great-expectations/great_expectations/pull/8210))
* [MAINTENANCE] Placing AWS Athena Imports Under Compatibility Pattern ([8213](https://github.com/great-expectations/great_expectations/pull/8213))
* [MAINTENANCE] Update notebook link to non-legacy docs ([8215](https://github.com/great-expectations/great_expectations/pull/8215))
* [MAINTENANCE] Placing BigQuery Imports Under Compatibility Pattern ([8214](https://github.com/great-expectations/great_expectations/pull/8214))
* [MAINTENANCE] Fix Python 3.11 async expectations tests ([8203](https://github.com/great-expectations/great_expectations/pull/8203))

0.17.1

* [FEATURE] Fix spark docs tests ([8131](https://github.com/great-expectations/great_expectations/pull/8131))
* [FEATURE] Reference Environment - Snowflake ([8148](https://github.com/great-expectations/great_expectations/pull/8148))
* [FEATURE] Fluent Datasource ABS, GCS, and S3 recursive file discovery ([8118](https://github.com/great-expectations/great_expectations/pull/8118)) (thanks toivomattila)
* [BUGFIX] Fix config substitution for substrings ([8145](https://github.com/great-expectations/great_expectations/pull/8145))
* [BUGFIX] Fix 'great_expectations[cloud]' extra install ([8151](https://github.com/great-expectations/great_expectations/pull/8151))
* [BUGFIX] Persist SQLDatasource splitters on creation ([8164](https://github.com/great-expectations/great_expectations/pull/8164))
* [DOCS] Enable docs versioning for 0.16.16 ([8125](https://github.com/great-expectations/great_expectations/pull/8125))
* [DOCS] Update set_based_column_map_expectation.py ([8142](https://github.com/great-expectations/great_expectations/pull/8142))
* [DOCS] Fix broken links and reenable link checking ([8146](https://github.com/great-expectations/great_expectations/pull/8146))
* [DOCS] Add version info to markdown links for earlier versions ([8155](https://github.com/great-expectations/great_expectations/pull/8155))
* [MAINTENANCE] update location of link in data docs footer ([8130](https://github.com/great-expectations/great_expectations/pull/8130))
* [MAINTENANCE] invoke show-automerges ([8127](https://github.com/great-expectations/great_expectations/pull/8127))
* [MAINTENANCE] Lint `assets` dir ([8123](https://github.com/great-expectations/great_expectations/pull/8123))
* [MAINTENANCE] test/integration linting ([8132](https://github.com/great-expectations/great_expectations/pull/8132))
* [MAINTENANCE] minimal Anonymizer type-checking ([8106](https://github.com/great-expectations/great_expectations/pull/8106))
* [MAINTENANCE] Use Available Enums Instead of Strings for Metric Name Extensions ([8137](https://github.com/great-expectations/great_expectations/pull/8137))
* [MAINTENANCE] Add env var to avoid out of memory error when building docs ([8144](https://github.com/great-expectations/great_expectations/pull/8144))
* [MAINTENANCE] Update single cloud onboarding script to use fluent datasources ([8114](https://github.com/great-expectations/great_expectations/pull/8114))
* [MAINTENANCE] Add --bash command for postgres reference env ([8154](https://github.com/great-expectations/great_expectations/pull/8154))
* [MAINTENANCE] Add default `table_name` to `TableAsset` if omitted ([8152](https://github.com/great-expectations/great_expectations/pull/8152))
* [CONTRIB] expect_queried_column_pair_values_to_be_both_filled_or_null ([7949](https://github.com/great-expectations/great_expectations/pull/7949)) (thanks eden-o)

0.17.0

* [FEATURE] Agent prints stack trace on error ([8092](https://github.com/great-expectations/great_expectations/pull/8092))
* [FEATURE] Clickhouse Integration ([7719](https://github.com/great-expectations/great_expectations/pull/7719)) (thanks Plozano94)
* [FEATURE] Pandas 2.0.0 and Sqlalchemy 2.0.0 compatibility ([7633](https://github.com/great-expectations/great_expectations/pull/7633))
* [FEATURE] Better pandas query ([8101](https://github.com/great-expectations/great_expectations/pull/8101))
* [FEATURE] Add Pandas FWFAsset - fixed width file ([8119](https://github.com/great-expectations/great_expectations/pull/8119))
* [BUGFIX] Fix conditional for pyspark compatibility ([8108](https://github.com/great-expectations/great_expectations/pull/8108))
* [BUGFIX] respect result format bool only for validators and checkpoints ([8111](https://github.com/great-expectations/great_expectations/pull/8111))
* [BUGFIX] Robust Handling Of Column Types And Empty DataFrames For DataBricks/Spark Environment ([8115](https://github.com/great-expectations/great_expectations/pull/8115))
* [BUGFIX] Fix GXCloudStoreBackend updates by name ([8116](https://github.com/great-expectations/great_expectations/pull/8116))
* [BUGFIX] Patch bad mock in GCS test ([8128](https://github.com/great-expectations/great_expectations/pull/8128))
* [DOCS] Update Quickstart guide to be Cloud-compatible ([8036](https://github.com/great-expectations/great_expectations/pull/8036))
* [DOCS] Temporarily hardcode quickstart snippet due to substitution error ([8091](https://github.com/great-expectations/great_expectations/pull/8091))
* [DOCS] Update prefect gx tutorial ([8009](https://github.com/great-expectations/great_expectations/pull/8009)) (thanks discdiver)
* [DOCS] Fix line breaks in quickstart ([8098](https://github.com/great-expectations/great_expectations/pull/8098))
* [DOCS] Remove Remaining CLI Admonitions ([8070](https://github.com/great-expectations/great_expectations/pull/8070))
* [DOCS] Remove examples of specifying a test_backends list of dicts ([7816](https://github.com/great-expectations/great_expectations/pull/7816))
* [MAINTENANCE] Add tests for file and Cloud-backed quickstart workflows ([8037](https://github.com/great-expectations/great_expectations/pull/8037))
* [MAINTENANCE] Update anonymous usage statistics payloads with hashed MAC address ([8078](https://github.com/great-expectations/great_expectations/pull/8078))
* [MAINTENANCE] Check if PR is a fork in some docs_integration stages ([8090](https://github.com/great-expectations/great_expectations/pull/8090))
* [MAINTENANCE] Update how_to_host_and_share_data_docs_on_gcs ([8067](https://github.com/great-expectations/great_expectations/pull/8067))
* [MAINTENANCE] Add persistent OSS user identifier to anonymized usage statistics payloads ([8089](https://github.com/great-expectations/great_expectations/pull/8089))
* [MAINTENANCE] Update MSSQL docker container and instructions for Apple Silicon Macs ([8093](https://github.com/great-expectations/great_expectations/pull/8093))
* [MAINTENANCE] Remove hardcoded `Datasource._EXCLUDED_EXEC_ENG_ARGS` ([8100](https://github.com/great-expectations/great_expectations/pull/8100))
* [MAINTENANCE] Update print_diagnostic_checklist ([8018](https://github.com/great-expectations/great_expectations/pull/8018))
* [MAINTENANCE] Type hint cleanup in usage statistics ([8105](https://github.com/great-expectations/great_expectations/pull/8105))
* [MAINTENANCE] remove unused noqa comments ([8107](https://github.com/great-expectations/great_expectations/pull/8107))
* [MAINTENANCE] Remove the mysql-mac-m1 and starburst directories from assets/docker ([8104](https://github.com/great-expectations/great_expectations/pull/8104))
* [MAINTENANCE] Typing Data Assistant Result ([8110](https://github.com/great-expectations/great_expectations/pull/8110))
* [MAINTENANCE] Ensure that new usage statistics schema changes are backwards compatible ([8109](https://github.com/great-expectations/great_expectations/pull/8109))
* [MAINTENANCE] Cleanup generate_expectation_tests ([8019](https://github.com/great-expectations/great_expectations/pull/8019))
* [MAINTENANCE] Update build_in_memory_runtime_context to accept which datasources to include ([8017](https://github.com/great-expectations/great_expectations/pull/8017))
* [MAINTENANCE] Pandas and SqlAlchemy 2.0 follow-up ([8112](https://github.com/great-expectations/great_expectations/pull/8112))
* [MAINTENANCE] Misc/docs integration uncommented ([8076](https://github.com/great-expectations/great_expectations/pull/8076))
* [MAINTENANCE] Fixes for test_dependency_versions pipeline ([8122](https://github.com/great-expectations/great_expectations/pull/8122))

0.16.16

* [FEATURE] Update mySQL docker compose to specify platform ([8046](https://github.com/great-expectations/great_expectations/pull/8046))
* [FEATURE] Update GX Cloud on job status ([8047](https://github.com/great-expectations/great_expectations/pull/8047))
* [FEATURE] DX-441 put how_to_connect_to_in_memory_data_using_pandas un… ([8057](https://github.com/great-expectations/great_expectations/pull/8057))
* [BUGFIX] Set SQLALCHEMY_WARN_20 in Dockerfile ([7931](https://github.com/great-expectations/great_expectations/pull/7931))
* [BUGFIX] Ensure CloudDataContext Add Checkpoint flow returns Checkpoint with cloud-updated values ([8062](https://github.com/great-expectations/great_expectations/pull/8062))
* [BUGFIX] Erroneous Code Duplication and Lack of Type Hints in Expectation Parent Class ([8066](https://github.com/great-expectations/great_expectations/pull/8066))
* [BUGFIX] Fix broken Cloud tests around `Checkpoint` ([8083](https://github.com/great-expectations/great_expectations/pull/8083))
* [BUGFIX] fix issue-7954 ([7963](https://github.com/great-expectations/great_expectations/pull/7963)) (thanks jkingdon-ms)
* [BUGFIX] Fix Update Checkpoint for Cloud ([8084](https://github.com/great-expectations/great_expectations/pull/8084))
* [BUGFIX] Mock correct method in test ([8087](https://github.com/great-expectations/great_expectations/pull/8087))
* [DOCS] Cloud - Getting started uses Fluent Datasources ([8035](https://github.com/great-expectations/great_expectations/pull/8035))
* [DOCS] Update Links in How to use auto-initializing Expectations ([8054](https://github.com/great-expectations/great_expectations/pull/8054))
* [DOCS] Update How to create Expectations Interactively in Python ([8052](https://github.com/great-expectations/great_expectations/pull/8052))
* [DOCS] Add guidance for "DataFrameAsset.build_batch_request()" in "https://docs.greatexpectations.io/docs/guides/connecting_to_your_data/fluent/in_memory/how_to_connect_to_in_memory_data_using_pandas". ([#8069](https://github.com/great-expectations/great_expectations/pull/8069))
* [DOCS] Update set_based_column_map_expectation_template.py ([8068](https://github.com/great-expectations/great_expectations/pull/8068))
* [DOCS] Remove mention of CLI in evaluation_parameters terminology page. ([8075](https://github.com/great-expectations/great_expectations/pull/8075))
* [MAINTENANCE] Ruff rule DTZ - prevent naive datetimes ([8050](https://github.com/great-expectations/great_expectations/pull/8050))
* [MAINTENANCE] Pandas 1.5 schema updates ([8039](https://github.com/great-expectations/great_expectations/pull/8039))
* [MAINTENANCE] Fix CI `tests_schemas` unit test ([8055](https://github.com/great-expectations/great_expectations/pull/8055))
* [MAINTENANCE] Fix CI round 2 ([8056](https://github.com/great-expectations/great_expectations/pull/8056))
* [MAINTENANCE] Minor stylistic clean up of "DataAssistant.build_metric_multi_batch_parameter_builder()" method usage ([8059](https://github.com/great-expectations/great_expectations/pull/8059))
* [MAINTENANCE] Enable Ruff - pylint rules ([8058](https://github.com/great-expectations/great_expectations/pull/8058))
* [MAINTENANCE] type-checking `core/batch.py` ([8024](https://github.com/great-expectations/great_expectations/pull/8024))
* [MAINTENANCE] Improve code elegance and fix informational string ([8061](https://github.com/great-expectations/great_expectations/pull/8061))
* [MAINTENANCE] Misc refactor of `Store` CRUD ([8064](https://github.com/great-expectations/great_expectations/pull/8064))
* [MAINTENANCE] Fix pandas model schema differences across python versions ([8065](https://github.com/great-expectations/great_expectations/pull/8065))
* [MAINTENANCE] Updating CLI messages to point to new docs ([8072](https://github.com/great-expectations/great_expectations/pull/8072))
* [MAINTENANCE] Update GitHub templates for issues/PRs ([8073](https://github.com/great-expectations/great_expectations/pull/8073))
* [MAINTENANCE] Update default action list in `Checkpoint` based on user environment ([8074](https://github.com/great-expectations/great_expectations/pull/8074))
* [MAINTENANCE] Ruff `0.0.271` update ([8077](https://github.com/great-expectations/great_expectations/pull/8077))
* [MAINTENANCE] Update PR template to reference `invoke` for linting ([8079](https://github.com/great-expectations/great_expectations/pull/8079))
* [MAINTENANCE] Delete `LegacyCheckpoint` ([8082](https://github.com/great-expectations/great_expectations/pull/8082))
* [MAINTENANCE] Add public_api to read_parquet ([8060](https://github.com/great-expectations/great_expectations/pull/8060))
* [MAINTENANCE] Postgres starter reference environment ([8031](https://github.com/great-expectations/great_expectations/pull/8031))

0.16.15

* [FEATURE] Checker for correct Python code snippets in documentation. ([8000](https://github.com/great-expectations/great_expectations/pull/8000))
* [FEATURE] Add scaffolding for gx-agent ([7837](https://github.com/great-expectations/great_expectations/pull/7837))
* [FEATURE] Cloud - generate unique asset names for `pandas_default` assets ([8020](https://github.com/great-expectations/great_expectations/pull/8020))
* [FEATURE] Connect to Cloud for agent config ([8006](https://github.com/great-expectations/great_expectations/pull/8006))
* [FEATURE] Add `AbstractDataContext.view_validation_result` ([8033](https://github.com/great-expectations/great_expectations/pull/8033))
* [FEATURE] Add Onboarding Data Assistant agent action ([7882](https://github.com/great-expectations/great_expectations/pull/7882))
* [FEATURE] put 'How to connect to postgresql data' under test ([7988](https://github.com/great-expectations/great_expectations/pull/7988))
* [BUGFIX] Remove perpetually failing test -- in preparation for release. ([8040](https://github.com/great-expectations/great_expectations/pull/8040))
* [BUGFIX] meta_notes rendered inline can fail schema validation for a valid string-only configuration ([8044](https://github.com/great-expectations/great_expectations/pull/8044))
* [BUGFIX] Ensure That DataFrame for Fluent Datasource Pandas/Spark DataFrame Data Assets is specified only in one API method ([8032](https://github.com/great-expectations/great_expectations/pull/8032))
* [DOCS] Add Windows Support Admonition ([7991](https://github.com/great-expectations/great_expectations/pull/7991))
* [DOCS] Update how_to_edit_an_existing_expectationsuite.md ([8007](https://github.com/great-expectations/great_expectations/pull/8007))
* [DOCS] Adds redirects for removed UserConfigurableProfiler documentation ([8026](https://github.com/great-expectations/great_expectations/pull/8026))
* [DOCS] Create New Expectation Classes Conceptual Guide ([8004](https://github.com/great-expectations/great_expectations/pull/8004))
* [DOCS] Check simple spelling and word order error using ChatGPT-based program ([8029](https://github.com/great-expectations/great_expectations/pull/8029))
* [DOCS] Update Quickstart to Reflect User Feedback ([8027](https://github.com/great-expectations/great_expectations/pull/8027))
* [DOCS] Cloud - Getting started uses Fluent Datasources ([8035](https://github.com/great-expectations/great_expectations/pull/8035))
* [MAINTENANCE] Update `teams.yml` ([8011](https://github.com/great-expectations/great_expectations/pull/8011))
* [MAINTENANCE] Add sensible default values to Checkpoint APIs ([7992](https://github.com/great-expectations/great_expectations/pull/7992))
* [MAINTENANCE] Removing xfails that we're added to get release out. ([8014](https://github.com/great-expectations/great_expectations/pull/8014))
* [MAINTENANCE] Remove reference to Superconductive from CITATION.cff ([8016](https://github.com/great-expectations/great_expectations/pull/8016))
* [MAINTENANCE] Deleting References to UserConfigurableProfiler Documentation ([7983](https://github.com/great-expectations/great_expectations/pull/7983))
* [MAINTENANCE] mypy 1.3 + azure deps in type-checking step ([8012](https://github.com/great-expectations/great_expectations/pull/8012))
* [MAINTENANCE] Bump tornado from 6.1.0 to 6.3.2 in /docs_rtd ([8003](https://github.com/great-expectations/great_expectations/pull/8003))
* [MAINTENANCE] Add support for `Validator` in Checkpoint CRUD ([7999](https://github.com/great-expectations/great_expectations/pull/7999))
* [MAINTENANCE] Remove unused .dockerignore ([8030](https://github.com/great-expectations/great_expectations/pull/8030))
* [MAINTENANCE] Fluent Datasource Update: Credentials Doc update ([7968](https://github.com/great-expectations/great_expectations/pull/7968))
* [MAINTENANCE] Persist connection for backends that need a connection to keep temporary tables alive ([7607](https://github.com/great-expectations/great_expectations/pull/7607))

0.16.14

* [FEATURE] Add "batch.columns()" convenience method to Fluent DataAsset implementation. ([7926](https://github.com/great-expectations/great_expectations/pull/7926))
* [FEATURE] Put how_to_connect_to_sql_data fluent docs under test ([7956](https://github.com/great-expectations/great_expectations/pull/7956))
* [FEATURE] putting fluent doc how_to_connect_to_a_sql_table under test ([7966](https://github.com/great-expectations/great_expectations/pull/7966))
* [FEATURE] put fluent doc "How to connect to sql data using a query" under test ([7987](https://github.com/great-expectations/great_expectations/pull/7987))
* [FEATURE] Checker for correct Python code snippets in documentation. ([7996](https://github.com/great-expectations/great_expectations/pull/7996))
* [FEATURE] NotImplementedErrors for all FDS methods when accessed from BDS ([8002](https://github.com/great-expectations/great_expectations/pull/8002))
* [BUGFIX] Correcting instructions for Contributor Package installation ([7936](https://github.com/great-expectations/great_expectations/pull/7936))
* [BUGFIX] Return qualified name when calling `TableAsset.as_selectable()` ([7942](https://github.com/great-expectations/great_expectations/pull/7942)) (thanks calabozo)
* [BUGFIX] fix `add_or_update_expectation_suite` update path ([7911](https://github.com/great-expectations/great_expectations/pull/7911))
* [BUGFIX] Cloud - fix `add_or_update_*()` when using `name` as keyword arg ([7952](https://github.com/great-expectations/great_expectations/pull/7952))
* [BUGFIX] Change GXSqlDialect.AWSATHENA to awsathena ([7950](https://github.com/great-expectations/great_expectations/pull/7950)) (thanks calabozo)
* [BUGFIX] Setting maximum on `typing-extension` package version ([7970](https://github.com/great-expectations/great_expectations/pull/7970))
* [BUGFIX] Resolve Issue 7335 ([7339](https://github.com/great-expectations/great_expectations/pull/7339)) (thanks richardohara)
* [BUGFIX] Cloud - Fix `context.sources.update_*()` `POST` instead of `PUT` calls ([7989](https://github.com/great-expectations/great_expectations/pull/7989))
* [BUGFIX] `meta_notes` rendered inline can fail schema validation for a valid configuration ([7995](https://github.com/great-expectations/great_expectations/pull/7995))
* [BUGFIX] `xfail` two cloud tests that are blocking release 0.16.14 ([8008](https://github.com/great-expectations/great_expectations/pull/8008))
* [DOCS] Technical tags in Versioned Docs reference correct version ([7935](https://github.com/great-expectations/great_expectations/pull/7935))
* [DOCS] Fix docs deploy ([7958](https://github.com/great-expectations/great_expectations/pull/7958))
* [DOCS] Add small doc change ([7957](https://github.com/great-expectations/great_expectations/pull/7957))
* [DOCS] Fix issues with technical tags links in earlier versions ([7961](https://github.com/great-expectations/great_expectations/pull/7961))
* [DOCS] Temporarily pin typing-extensions for API docs ([7977](https://github.com/great-expectations/great_expectations/pull/7977))
* [DOCS] Add optional Slack step to Cloud Quickstart ([7955](https://github.com/great-expectations/great_expectations/pull/7955))
* [DOCS] Add another small fix to doc ([7960](https://github.com/great-expectations/great_expectations/pull/7960))
* [DOCS] Versioning: Convert technical tag imports starting with /docs/ to relative paths ([7981](https://github.com/great-expectations/great_expectations/pull/7981))
* [DOCS] Edit Bigquery connection path ([7982](https://github.com/great-expectations/great_expectations/pull/7982))
* [DOCS] FDS Topic Quality Review ([7944](https://github.com/great-expectations/great_expectations/pull/7944))
* [DOCS] Updates the migration guide to direct to the last version of GX to support the V2 processes and API surface ([7976](https://github.com/great-expectations/great_expectations/pull/7976))
* [DOCS] Removes Data Connector references ([7930](https://github.com/great-expectations/great_expectations/pull/7930))
* [DOCS] add in-memory add expectation suite ([7973](https://github.com/great-expectations/great_expectations/pull/7973)) (thanks tb102122)
* [DOCS] Removes CLI documentation from current docs version ([7975](https://github.com/great-expectations/great_expectations/pull/7975))
* [DOCS] Delete CODE_OF_CONDUCT.md ([7625](https://github.com/great-expectations/great_expectations/pull/7625))
* [MAINTENANCE] Fixing pytest: renderer assertion ([7928](https://github.com/great-expectations/great_expectations/pull/7928))
* [MAINTENANCE] Update `teams.yml` ([7934](https://github.com/great-expectations/great_expectations/pull/7934))
* [MAINTENANCE] Remove the -rs flag from the ci pytest invocations. ([7937](https://github.com/great-expectations/great_expectations/pull/7937))
* [MAINTENANCE] Update `GXCloudIdentifier` to return nullable attrs instead of empty strings ([7895](https://github.com/great-expectations/great_expectations/pull/7895))
* [MAINTENANCE] Better error message when calling "Fluent" methods from wrong Datasource type ([7929](https://github.com/great-expectations/great_expectations/pull/7929))
* [MAINTENANCE] bump python minimum version to 3.8 ([7916](https://github.com/great-expectations/great_expectations/pull/7916))
* [MAINTENANCE] Update ruff to `0.0.269` and target `python 3.8` ([7945](https://github.com/great-expectations/great_expectations/pull/7945))
* [MAINTENANCE] black `23.3` ([7946](https://github.com/great-expectations/great_expectations/pull/7946))
* [MAINTENANCE] ignore black formatting and ruff auto-fix revisions ([7953](https://github.com/great-expectations/great_expectations/pull/7953))
* [MAINTENANCE] Refactor documentation integration tests into their proper categories according to their respective backend. ([7978](https://github.com/great-expectations/great_expectations/pull/7978))
* [MAINTENANCE] Bump requests from 2.25.1 to 2.31.0 in /docs_rtd ([7969](https://github.com/great-expectations/great_expectations/pull/7969))
* [MAINTENANCE] Update Cloud Tests for release this week + Revert pin on `typing-extension` ([7980](https://github.com/great-expectations/great_expectations/pull/7980))
* [MAINTENANCE] Use `Session` for all `api.greatexpectations.io` calls ([7919](https://github.com/great-expectations/great_expectations/pull/7919))
* [MAINTENANCE] Revert "[FEATURE] Checker for correct Python code snippets in documentation." ([7998](https://github.com/great-expectations/great_expectations/pull/7998))
* [MAINTENANCE] Fix async Cloud tests ([8005](https://github.com/great-expectations/great_expectations/pull/8005))

Page 12 of 46

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.