Great-expectations

Latest version: v0.18.12

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

Scan your dependencies

Page 20 of 40

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)

0.13.49

What’s Changed
* [FEATURE] PandasExecutionEngine is able to instantiate Google Storage client in Google Cloud Composer (3896)
* [BUGFIX] Revert change to ExpectationSuite constructor (3902)
* [MAINTENANCE] SQL statements that are of TextClause type expressed as subqueries (3899)

0.13.48

* [DOCS] Updates to configuring credentials (3856)
* [DOCS] Add docs on creating suites with the UserConfigurableProfiler (3877)
* [DOCS] Update how to configure an expectation store in GCS (3874)
* [DOCS] Update how to configure a validation result store in GCS (3887)
* [DOCS] Update how to host and share data docs on GCS (3889)
* [DOCS] Organize metadata store sidebar category by type of store (3890)
* [MAINTENANCE] `add_expectation()` in `ExpectationSuite` supports usage statistics for GE. (3824)
* [MAINTENANCE] Clean up Metrics type usage, SQLAlchemyExecutionEngine and SQLAlchemyBatchData implementation, and SQLAlchemy API usage (3884)

Page 20 of 40

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.