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

0.14.5

* [FEATURE] Delete profilers from DataContext (4067)
* [FEATURE] [BUGFIX] Support nullable int column types (4044) (thanks scnerd)
* [FEATURE] Rule-Based Profiler Configuration and Runtime Arguments Reconciliation Logic (4111)
* [BUGFIX] Add default BIGQUERY_TYPES (4096)
* [BUGFIX] Pin `pip --upgrade` to a specific version for CI/CD pipeline (4100)
* [BUGFIX] Use `pip==20.2.4` for usage statistics stage of CI/CD (4102)
* [BUGFIX] Fix shared state issue in renderer test (4000)
* [BUGFIX] Missing docstrings on validator expect_ methods (4062) (4081)
* [BUGFIX] Fix s3 path suffix bug on windows (4042) (thanks scnerd)
* [MAINTENANCE] fix typos in changelogs (4093)
* [MAINTENANCE] Migration of GCP tests to new project (4072)
* [MAINTENANCE] Refactor Validator methods (4095)
* [MAINTENANCE] Fix Configuration Schema and Refactor Rule-Based Profiler; Initial Implementation of Reconciliation Logic Between Configuration and Runtime Arguments (4088)
* [MAINTENANCE] Minor Cleanup -- remove unnecessary default arguments from dictionary cleaner (4110)

0.14.4

* [BUGFIX] Fix typing_extensions requirement to allow for proper build (4083) (thanks vojtakopal and Godoy)
* [DOCS] data docs action rewrite (4087)
* [DOCS] metric store how to rewrite (4086)
* [MAINTENANCE] Change `logger.warn` to `logger.warning` to remove deprecation warnings (4085)

0.14.3

* [FEATURE] Profiler Store (3990)
* [FEATURE] List profilers from DataContext (4023)
* [FEATURE] add bigquery json credentials kwargs for sqlalchemy connect (4039)
* [FEATURE] Get profilers from DataContext (4033)
* [FEATURE] Add RuleBasedProfiler to `test_yaml_config` utility (4038)
* [BUGFIX] Checkpoint Configurator fix to allow notebook logging suppression (4057)
* [DOCS] Created a page containing our glossary of terms and definitions. (4056)
* [DOCS] swap of old uri for new in data docs generated (4013)
* [MAINTENANCE] Refactor `test_yaml_config` (4029)
* [MAINTENANCE] Additional distinction made between V2 and V3 upgrade script (4046)
* [MAINTENANCE] Correcting Checkpoint Configuration and Execution Implementation (4015)
* [MAINTENANCE] Update minimum version for SQL Alchemy (4055)
* [MAINTENANCE] Refactor RBP constructor to work with **kwargs instantiation pattern through config objects (4043)
* [MAINTENANCE] Remove unnecessary metric dependency evaluations and add common table column types metric. (4063)
* [MAINTENANCE] Clean up new RBP types, method signatures, and method names for the long term. (4064)
* [MAINTENANCE] fixed broken function call in CLI (4068)

0.14.2

* [FEATURE] Marshmallow schema for Rule Based Profiler (3982)
* [FEATURE] Enable Rule-Based Profile Parameter Access To Collection Typed Values (3998)
* [BUGFIX] Docs integration pipeline bugfix (3997)
* [BUGFIX] Enables spark-native null filtering (4004)
* [DOCS] Gtm/cta in docs (3993)
* [DOCS] Fix incorrect variable name in how_to_configure_an_expectation_store_in_amazon_s3.md (3971) (thanks moritzkoerber)
* [DOCS] update custom docs css to add a subtle border around tabbed content (4001)
* [DOCS] Migration Guide now includes example for Spark data (3996)
* [DOCS] Revamp Airflow Deployment Pattern (3963) (thanks denimalpaca)
* [DOCS] updating redirects to reflect a moved file (4007)
* [DOCS] typo in gcp + bigquery tutorial (4018)
* [DOCS] Additional description of Kubernetes Operators in GCP Deployment Guide (4019)
* [DOCS] Migration Guide now includes example for Databases (4005)
* [DOCS] Update how to instantiate without a yml file (3995)
* [MAINTENANCE] Refactor of `test_script_runner.py` to break-up test list (3987)
* [MAINTENANCE] Small refactor for tests that allows DB setup to be done from all tests (4012)

0.14.1

* [FEATURE] Add pagination/search to CLI batch request listing (3854)
* [BUGFIX] Safeguard against using V2 API with V3 Configuration (3954)
* [BUGFIX] Bugfix and refactor for `cloud-db-integration` pipeline (3977)
* [BUGFIX] Fixes breaking typo in expect_column_values_to_be_json_parseable (3983)
* [BUGFIX] Fixes issue where nested columns could not be addressed properly in spark (3986)
* [DOCS] How to connect to your data in `mssql` (3950)
* [DOCS] MigrationGuide - Adding note on Migrating Expectation Suites (3959)
* [DOCS] Incremental Update: The Universal Map's Getting Started Tutorial (3881)
* [DOCS] Note about creating backup of Checkpoints (3968)
* [DOCS] Connecting to BigQuery Doc line references fix (3974)
* [DOCS] Remove RTD snippet about comments/suggestions from Docusaurus docs (3980)
* [DOCS] Add howto for the OpenLineage validation operator (3688) (thanks rossturk)
* [DOCS] Updates to README.md (3964)
* [DOCS] Update migration guide (3967)
* [MAINTENANCE] Refactor docs dependency script (3952)
* [MAINTENANCE] Use Effective SQLAlchemy for Reflection Fallback Logic and SQL Metrics (3958)
* [MAINTENANCE] Remove outdated scripts (3953)
* [MAINTENANCE] Add pytest opt to improve collection time (3976)
* [MAINTENANCE] Refactor `render` method in PageRenderer (3962)
* [MAINTENANCE] Standardize rule based profiler testing directories organization (3984)
* [MAINTENANCE] Metrics Cleanup (3989)
* [MAINTENANCE] Refactor `render` method of Content Block Renderer (3960)

0.14.0

* [BREAKING] Change Default CLI Flag To V3 (3943)
* [FEATURE] Cloud-399/Cloud-519: Add Cloud Notification Action (3891)
* [FEATURE] `great_expectations_contrib` CLI tool (3909)
* [FEATURE] Update `dependency_graph` pipeline to use `dgtest` CLI (3912)
* [FEATURE] Incorporate updated dgtest CLI tool in experimental pipeline (3927)
* [FEATURE] Add YAML config option to disable progress bars (3794)
* [BUGFIX] Fix internal links to docs that may be rendered incorrectly (3915)
* [BUGFIX] Update SlackNotificationAction to send slack_token and slack_channel to send_slack_notification function (3873) (thanks Calvo94)
* [BUGFIX] `CheckDocsDependenciesChanges` to only handle `.py` files (3936)
* [BUGFIX] Provide ability to capture schema_name for SQL-based datasources; fix method usage bugs. (3938)
* [BUGFIX] Ensure that Jupyter Notebook cells convert JSON strings to Python-compliant syntax (3939)
* [BUGFIX] Cloud-519/cloud notification action return type (3942)
* [BUGFIX] Fix issue with regex groups in `check_docs_deps` (3949)
* [DOCS] Created link checker, fixed broken links (3930)
* [DOCS] adding the link checker to the build (3933)
* [DOCS] Add name to link checker in build (3935)
* [DOCS] GCP Deployment Pattern (3926)
* [DOCS] remove v3api flag in documentation (3944)
* [DOCS] Make corrections in HOWTO Guides for Getting Data from SQL Sources (3945)
* [DOCS] Tiny doc fix (3948)
* [MAINTENANCE] Fix breaking change caused by the new version of ruamel.yaml (3908)
* [MAINTENANCE] Drop extraneous print statement in self_check/util.py. (3905)
* [MAINTENANCE] Raise exceptions on init in cloud mode (3913)
* [MAINTENANCE] removing commented requirement (3920)
* [MAINTENANCE] Patch for atomic renderer snapshot tests (3918)
* [MAINTENANCE] Remove types/expectations.py (3928)
* [MAINTENANCE] Tests/test data class serializable dot dict (3924)
* [MAINTENANCE] Ensure that concurrency is backwards compatible (3872)
* [MAINTENANCE] Fix issue where meta was not recognized as a kwarg (3852)

Page 25 of 46

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.