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

0.13.37

* [FEATURE] Implement CompoundColumnsUnique metric for SqlAlchemyExecutionEngine (3477)
* [FEATURE] add get_available_data_asset_names_and_types (3476)
* [FEATURE] add s3_put_options to TupleS3StoreBackend (3470) (Thanks kj-9)
* [BUGFIX] Fix TupleS3StoreBackend remove_key bug (3489)
* [DOCS] Add anonymous usage statistics information (3505)
* [DOCS] Adding Flyte Deployment pattern to docs (3383)
* [DOCS] g_e docs branding updates (3471)
* [MAINTENANCE] Add type-hints; add utility method for creating temporary DB tables; clean up imports; improve code readability; and add a directory to pre-commit (3475)
* [MAINTENANCE] Clean up for a better code readability. (3493)
* [MAINTENANCE] Enable SQL for the "expect_compound_columns_to_be_unique" expectation. (3488)
* [MAINTENANCE] Fix some typos (3474) (Thanks mohamadmansourX)
* [MAINTENANCE] Support SQLAlchemy version 1.3.24 for compatibility with Airflow (Airflow does not currently support later versions of SQLAlchemy). (3499)
* [MAINTENANCE] Update contributing_checklist.md (3478) (Thanks plain-jane-gray)
* [MAINTENANCE] Update how_to_configure_a_validation_result_store_in_gcs.md (3480) (Thanks plain-jane-gray)
* [MAINTENANCE] update implemented_expectations (3492)

0.13.36

* [FEATURE] GREAT-3439 extended SlackNotificationsAction for slack app tokens (3440) (Thanks psheets)
* [FEATURE] Implement Integration Test for "Simple SQL Datasource" with Partitioning, Splitting, and Sampling (3454)
* [FEATURE] Implement Integration Test for File Path Data Connectors with Partitioning, Splitting, and Sampling (3452)
* [BUGFIX] Fix Incorrect Implementation of the "_sample_using_random" Sampling Method in SQLAlchemyExecutionEngine (3449)
* [BUGFIX] Handle RuntimeBatchRequest passed to Checkpoint programatically (without yml) (3448)
* [DOCS] Fix typo in command to create new checkpoint (3434) (Thanks joeltone)
* [DOCS] How to validate data by running a Checkpoint (3436)
* [ENHANCEMENT] cloud-199 - Update Expectation and ExpectationSuite classes for GE Cloud (3453)
* [MAINTENANCE] Does not test numpy.float128 when it doesn't exist (3460)
* [MAINTENANCE] Remove Unnecessary SQL OR Condition (3469)
* [MAINTENANCE] Remove validation playground notebooks (3467)
* [MAINTENANCE] clean up type hints, API usage, imports, and coding style (3444)
* [MAINTENANCE] comments (3457)

0.13.35

* [FEATURE] Create ExpectationValidationGraph class to Maintain Relationship Between Expectation and Metrics and Use it to Associate Exceptions to Expectations (3433)
* [BUGFIX] Addresses issue 2993 (3054) by using configuration when it is available instead of discovering keys (listing keys) in existing sources. (3377)
* [BUGFIX] Fix Data asset name rendering (3431) (Thanks shpolina)
* [DOCS] minor fix to syntax highlighting in how_to_contribute_a_new_expectation… (3413) (Thanks edjoesu)
* [DOCS] Fix broken links in how_to_create_a_new_expectation_suite_using_rule_based_profile… (3410) (Thanks edjoesu)
* [ENHANCEMENT] update list_expectation_suite_names and ExpectationSuiteValidationResult payload (3419)
* [MAINTENANCE] Clean up Type Hints, JSON-Serialization, ID Generation and Logging in Objects in batch.py Module and its Usage (3422)
* [MAINTENANCE] Fix Granularity of Exception Handling in ExecutionEngine.resolve_metrics() and Clean Up Type Hints (3423)
* [MAINTENANCE] Fix broken links in how_to_create_a_new_expectation_suite_using_rule_based_profiler (3441)
* [MAINTENANCE] Fix issue where BatchRequest object in configuration could cause Checkpoint to fail (3438)
* [MAINTENANCE] Insure consistency between implementation of overriding Python __hash__() and internal ID property value (3432)
* [MAINTENANCE] Performance improvement refactor for Spark unexpected values (3368)
* [MAINTENANCE] Refactor MetricConfiguration out of validation_graph.py to Avoid Future Circular Dependencies in Python (3425)
* [MAINTENANCE] Use ExceptionInfo to encapsulate common expectation validation result error information. (3427)

0.13.33

* [FEATURE] Rendered Data Doc JSONs can be uploaded and retrieved from GE Cloud (3352)
* [FEATURE] Implement InferredAssetAzureDataConnector with Support for Pandas and Spark Execution Engines (3372)
* [FEATURE] Spark connecting to Google Cloud Storage (3365)
* [FEATURE] SparkDFExecutionEngine can load data accessed by ConfiguredAssetAzureDataConnector (integration tests are included). (3345)
* [FEATURE] [MER-293] GE Cloud Mode for DataContext (3262)
* [BUGFIX] Allow for RuntimeDataConnector to accept custom query while suppressing temp table creation (3335)
* [BUGFIX] Fix issue where multiple validators reused the same execution engine, causing a conflict in active batch (GE-3168) (3222)
* [BUGFIX] Run batch_request dictionary through util function convert_to_json_serializable (3349)
* [BUGFIX] added casting of numeric value to fix redshift issue 3293 (3338) (Thanks sariabod)
* [DOCS] Docusaurus - How to connect to an MSSQL database (3353)
* [DOCS] GREAT-195 Docs remove all stubs and links to them (3363)
* [MAINTENANCE] Update azure-pipelines-docs-integration.yml for Azure Pipelines
* [MAINTENANCE] Update implemented_expectations.md (3351)
* [MAINTENANCE] Updating to reflect current Expectation dev state (3348)
* [MAINTENANCE] docs: Clean up Docusaurus refs (3371)

untagged-dbf9de0e8c0039c9765e
What’s Changed

* [FEATURE] Add Performance Benchmarks Using BigQuery. (Thanks jdimatteo)
* [WIP] [FEATURE] add backend args to run_diagnostics (3257) (Thanks edjoesu)
* [BUGFIX] Addresses Issue 2937. (3236) (Thanks BenGale93)
* [BUGFIX] SQL dialect doesn't register for BigQuery for V2 (3324)
* [DOCS] "How to connect to data on GCS using Pandas" (3311)
* [MAINTENANCE] Add CODEOWNERS with a single check for sidebars.js (3332)
* [MAINTENANCE] Fix incorrect DataConnector usage of _get_full_file_path() API method. (3336)
* [MAINTENANCE] Make Pandas against S3 and GCS integration tests more robust by asserting on number of batches returned and row counts (3341)
* [MAINTENANCE] Make integration tests of Pandas against Azure more robust. (3339)
* [MAINTENANCE] Prepare AzureUrl to handle WASBS format (for Spark) (3340)
* [MAINTENANCE] Renaming default_batch_identifier in examples 3334
* [MAINTENANCE] Tests for RuntimeDataConnector at DataContext-level (3304)
* [MAINTENANCE] Tests for RuntimeDataConnector at DataContext-level (Spark and Pandas) (3325)
* [MAINTENANCE] Tests for RuntimeDataConnector at Datasource-level (Spark and Pandas) (3318)
* [MAINTENANCE] Various doc patches (3326)
* [MAINTENANCE] clean up imports and method signatures (3337)

0.13.31

* [FEATURE] Enable `GCS DataConnector` integration with `PandasExecutionEngine` (3264)
* [FEATURE] Enable column_pair expectations and tests for Spark (3294)
* [FEATURE] Implement `InferredAssetGCSDataConnector` (3284)
* [FEATURE]/CHANGE run time format (3272) (Thanks serialbandicoot)
* [DOCS] Fix misc errors in "How to create renderers for Custom Expectations" (3315)
* [DOCS] GDOC-217 remove stub links (3314)
* [DOCS] Remove misc TODOs to tidy up docs (3313)
* [DOCS] Standardize capitalization of various technologies in `docs` (3312)
* [DOCS] Fix broken link to Contributor docs (3295) (Thanks discdiver)
* [MAINTENANCE] Additional tests for RuntimeDataConnector at Datasource-level (query) (3288)
* [MAINTENANCE] Update GCSStoreBackend + tests (2630) (Thanks hmandsager)
* [MAINTENANCE] Write integration/E2E tests for `ConfiguredAssetAzureDataConnector` (3204)
* [MAINTENANCE] Write integration/E2E tests for both `GCSDataConnectors` (3301)

0.13.30

* [FEATURE] Implement Spark Decorators and Helpers; Demonstrate on MulticolumnSumEqual Metric (3289)
* [FEATURE] V3 implement expect_column_pair_values_to_be_in_set for SQL Alchemy execution engine (3281)
* [FEATURE] Implement `ConfiguredAssetGCSDataConnector` (3247)
* [BUGFIX] Fix import issues around cloud providers (GCS/Azure/S3) (3292)
* [MAINTENANCE] Add force_reuse_spark_context to DatasourceConfigSchema (3126) (thanks gipaetusb and mbakunze)

Page 28 of 46

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.