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 17 of 46

0.15.39

* [BUGFIX] Patch faulty GX Cloud arg resolution logic (6542)
* [BUGFIX] Fix resolution of cloud variables. (6546)
* [DOCS] Fix line numbers in snippets part 2 (6537)
* [DOCS] Convert nested snippets to named snippets (6541)
* [DOCS] Simplify snippet checker logic to catch stray tags in CI (6538)
* [MAINTENANCE] v2 Docs link (6534)
* [MAINTENANCE] Fix logic around cloud_mode and ge_cloud_mode. (6550)

0.15.38

* [BUGFIX] Patch broken Cloud E2E test around `Datasource` CRUD (6520)
* [BUGFIX] Patch outdated `ge_cloud_id` attribute call in `ValidationOperator` (6529)
* [BUGFIX] Revert refactor to `Datasource` instantiation logic in `DataContext` (6535)
* [BUGFIX] Patch faulty GX Cloud arg resolution logic (6542)
* [DOCS] Fix line numbers in snippets (6536)
* [DOCS] Fix line numbers in snippets part 2 (6537)
* [DOCS] Convert nested snippets to named snippets (6541)
* [MAINTENANCE] Update Data Assistant plot images (6521)
* [MAINTENANCE] Clean up type hints and make test generation more elegant (6523)
* [MAINTENANCE] Clean up `Datasource` instantiation logic in `DataContext` (6517)
* [MAINTENANCE] Update `Domain` computation in MetricConfiguration (6528)
* [MAINTENANCE] v2 Docs link (6534)

0.15.37

* [FEATURE] Support to include ID/PK in validation result for each row - SQL (6448)
* [FEATURE] Build process and example API docs (part 1) (6474)
* [FEATURE] Add temp_table_schema_name support for BigQuery (6303) (thanks BobbyRyterski)
* [FEATURE] Decorators for API docs (part 2) (6497)
* [FEATURE] Decorators for API docs (part 3) (6504)
* [BUGFIX] Support slack channel name with webhook also (6481) (thanks Kozehh)
* [BUGFIX] Airflow operator package conflict for `jsonschema` (6495)
* [BUGFIX] Validator uses proper arguments to show progress bar at Metrics resolution-level (6510) (thanks tommy-watts-depop)
* [DOCS] Schedule Algolia Crawler daily at midnight (6323)
* [DOCS] fix(gh-6512): fix rendering of Batch definition (6513) (thanks JoelGritter)
* [MAINTENANCE] Add pretty representations for zep pydantic models (6472)
* [MAINTENANCE] Misc updates to PR template (6479)
* [MAINTENANCE] Minor cleanup for better code readability (6478)
* [MAINTENANCE] Move zep method from datasource to data asset. (6477)
* [MAINTENANCE] Staging for build gallery (6480)
* [MAINTENANCE] Reformat core expectation docstrings (6423)
* [MAINTENANCE] Move "Domain" to "great_expectations/core" to avoid circular imports; also add MetricConfiguration tests; and other clean up. (6484)
* [MAINTENANCE] Query the database for datetime column splitter defaults (6482)
* [MAINTENANCE] Placing metrics test db under try-except (6489)
* [MAINTENANCE] Clean up tests for more formal Batch and Validator instantiation (6491)
* [MAINTENANCE] Rename `ge` to `gx` across the codebase (6487)
* [MAINTENANCE] Upgrade CodeSee workflow to version 2 (6498) (thanks codesee-maps[bot])
* [MAINTENANCE] Rename `GE` to `GX` across codebase (GREAT-1352) (6494)
* [MAINTENANCE] Resolve `mypy` issues in `cli/docs.py` (6500)
* [MAINTENANCE] Increase timeout to 15 minutes for the 2 jobs in manual-staging-json-to-prod pipeline (6509)
* [MAINTENANCE] Update Data Assistant plot color scheme and fonts (6496)
* [MAINTENANCE] Update `RendererConfiguration` to `pydantic` model (6452)
* [MAINTENANCE] Message for how to install Great Expectations in Cloud Composer by pinning packages (6492)
* [MAINTENANCE] Leverage `RendererConfiguration` in existing prescriptive templates (1 of 3) (6460)
* [MAINTENANCE] Clean up `teams.yml` (6511)
* [MAINTENANCE] Make Generated Integration Tests More Robust Using BatchDefinition and InMemoryDataContext In Validator and ExecutionEngine Instantiation (6505)
* [MAINTENANCE] DO NOT MERGE UNTIL DEC 8: [MAINTENANCE] Brand changes in docs (6427)
* [MAINTENANCE] fixed typo in nav (6518)
* [MAINTENANCE] Clean up GX Cloud environment variable usage (GREAT-1352) (6501)
* [MAINTENANCE] Update Data Assistant plot images (6521)
* [CONTRIB] Add uniqueness expectation (6473) (thanks itaise)

0.15.36

- [BUGFIX] Contrib Expectation tracebacks (6471)
- [BUGFIX] Add additional error checking to `ExpectationAnonymizer` (6467)
- [MAINTENANCE] Add docstring for context.sources.add_postgres (6459)
- [MAINTENANCE] fixing type hints in metrics utils module (6469)
- [MAINTENANCE] Moving tutorials to great-expectations repo (6464)

0.15.35

- [FEATURE] add multiple input metric (6373) (thanks CarstenFrommhold)
- [FEATURE] add multiple column metric (6372) (thanks CarstenFrommhold)
- [FEATURE]: DataProfilerUnstructuredDataAssistant Integration (6400) (thanks micdavis)
- [FEATURE] add new metric - query template values (5994) (thanks itaise)
- [FEATURE] ZEP Config serialize as YAML (6398)
- [BUGFIX] Patch issue with call to `ExpectationAnonymizer` to ensure `DataContext` init events are captured (6458)
- [BUGFIX] Support Table and Column Names Case Non-Sensitivity Relationship Between Snowflake, Oracle, DB2, etc. DBMSs (Upper Case) and SQLAlchemy (Lower Case) Representations (6450)
- [BUGFIX] Metrics return value no longer returns None for `unexpected_index_list` - Sql and Spark (6392)
- [BUGFIX] Fix for `mssql` tests that depend on `datetime` to `string` conversion (6449)
- [BUGFIX] issue-4295-fix-issue (6164) (thanks YevgeniyaLee)
- [BUGFIX] updated capitalone setup.py file (6410) (thanks micdavis)
- [BUGFIX] Patch key-generation issue with `DataContext.save_profiler()` (6405)
- [DOCS] add configuration of anonymous_usage_statistics for documentation (6293) (thanks milithino)
- [DOCS] add boto3 explanations on document (6407) (thanks tiruka)
- [MAINTENANCE] [CONTRIB] Multicolumns sum equal to single column (6446) (thanks asafla)
- [MAINTENANCE] [CONTRIB] add expectation - check gaps in SCD tables (6433) (thanks itaise)
- [MAINTENANCE] [CONTRIB] Add no days missing expectation (6432) (thanks itaise)
- [MAINTENANCE] [CONTRIB] Feature/add two tables expectation (6429) (thanks itaise)
- [MAINTENANCE] [CONTRIB] Add number of unique values expectation (6425) (thanks itaise)
- [MAINTENANCE] Add sorters to zep postgres datasource. (6456)
- [MAINTENANCE] Bump ubuntu version in CI (6457)
- [MAINTENANCE] Remove anticipatory multi-language support from renderers (6426)
- [MAINTENANCE] Remove yaml user_flow_scripts (6454)
- [MAINTENANCE] Additional `sqlite` database fixture for `taxi_data` - All 2020 data in single table (6455)
- [MAINTENANCE] Clean Up Variable Names In Test Modules, Type Hints, and Minor Refactoring For Better Code Elegance/Readability (6444)
- [MAINTENANCE] Update and Simplify Pandas tests for MapMetrics (6443)
- [MAINTENANCE] Add metadata to experimental datasource Batch class (6442)
- [MAINTENANCE] Small refactor (6422)
- [MAINTENANCE] Sorting batch IDs and typehints clean up (6421)
- [MAINTENANCE] Clean Up Type Hints and Minor Refactoring For Better Code Elegance/Readability (6418)
- [MAINTENANCE] Implement `RendererConfiguration` (6412)
- [MAINTENANCE] Cleanup For Better Code Elegance/Readability (6406)
- [MAINTENANCE] ZEP - `GxConfig` cleanup (6404)
- [MAINTENANCE] Migrate remaining methods from `BaseDataContext` (6403)
- [MAINTENANCE] Migrate additional CRUD methods from `BaseDataContext` to `AbstractDataContext` (6395)
- [MAINTENANCE] ZEP add yaml methods to all experimental models (6401)
- [MAINTENANCE] Remove call to verify_library_dependent_modules for pybigquery (6394)
- [MAINTENANCE] Make "[IDDict.to](http://iddict.to/)_id()" serialization more efficient. (#6389)

0.15.34

* [BUGFIX] Ensure `packaging_and_installation` CI tests against latest tag (6386)
* [BUGFIX] Fixed missing comma in pydantic constraints (6391) (thanks awburgess)
* [BUGFIX] fix pydantic dev req file entries (6396)
* [DOCS] DOC-379 bring spark datasource configuration example scripts under test (6362)
* [MAINTENANCE] Handle both `ExpectationConfiguration` and `ExpectationValidationResult` in default Atomic renderers and cleanup `include_column_name` (6380)
* [MAINTENANCE] Add type annotations to all existing atomic renderer signatures (6385)
* [MAINTENANCE] move `zep` -> `experimental` package (6378)
* [MAINTENANCE] Migrate additional methods from `BaseDataContext` to other parts of context hierarchy (6388)

Page 17 of 46

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.