Great-expectations

Latest version: v0.18.12

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

Scan your dependencies

Page 19 of 40

0.14.9

* [FEATURE] Enable Simultaneous Execution of all Metric Computations for ParameterBuilder implementations in Rule-Based Profiler (4282)
* [FEATURE] Update print_diagnostic_checklist with an option to show any failed tests (4288)
* [FEATURE] Self-Initializing Expectations (implemented for three example expectations). (4258)
* [FEATURE] ValueSetMultiBatchParameterBuilder and CategoricalColumnDomainBuilder (4269)
* [FEATURE] Remove changelog-bot GitHub Action (4297)
* [FEATURE] Add requirements-dev-lite.txt and update tests/docs (4273)
* [FEATURE] Enable All ParameterBuilder and DomainBuilder classes to accept batch_list generically (4302)
* [FEATURE] Enable Probabilistic Tests To Retry upon Assertion Failure (4308)
* [FEATURE] Update usage stats schema to account for RBP's run() payload (4266)
* [FEATURE] ProfilerRunAnonymizer (4264)
* [FEATURE] Enable Expectation "expect_column_values_to_be_in_set" to be Self-Initializing (4318)
* [BUGFIX] Add redirect for removed Spark EMR page (4280)
* [BUGFIX] `ConfiguredAssetSqlDataConnector` now correctly handles `schema` and `prefix`/`suffix` (4268)
* [BUGFIX] Fixes Expectation Diagnostics failing on multi-line docstrings with leading linebreaks (4286)
* [BUGFIX] Respect test backends (4287)
* [BUGFIX] Skip test__generate_expectations_tests__xxx tests when sqlalchemy isn't there (4300)
* [BUGFIX] test_backends integration test fix and supporting docs code ref fixes (4306)
* [BUGFIX] Update `deep_filter_properties_iterable` to ensure that empty values are cleaned (4298)
* [BUGFIX] Fixes validate_configuration checking in diagnostics (4307)
* [BUGFIX] Update test output that should be returned from generate_diagnostic_checklist (4317)
* [BUGFIX] Standardizes imports in expectation templates and examples (4320)
* [BUGFIX] Only validate row_condition if not None (4329)
* [BUGFIX] Fix PEP273 Windows issue (4328)
* [DOCS] Fixes misc. verbiage & typos in new Custom Expectation docs (4283)
* [DOCS] fix formatting in configuration details block of Getting Started (4289) (thanks afeld)
* [DOCS] Fixes imports and code refs to expectation templates (4314)
* [DOCS] Update creating_custom_expectations/overview.md (4278) (thanks binarytom)
* [CONTRIB] CapitalOne Dataprofiler expectations (4174) (thanks taylorfturner)
* [HACKATHON] ExpectColumnValuesToBeLatLonCoordinatesInRangeOfGivenPoint (4284)
* [HACKATHON] ExpectColumnValuesToBeValidDegreeDecimalCoordinates (4319)
* [MAINTENANCE] Refactor parameter setting for simpler ParameterBuilder interface (4299)
* [MAINTENANCE] SimpleDateTimeFormatStringParameterBuilder and general RBP example config updates (4304)
* [MAINTENANCE] Make adherence to Marshmallow Schema more robust (4325)
* [MAINTENANCE] Refactor rule based profiler to keep objects/utilities within intended scope (4331)
* [MAINTENANCE] Dependabot version upgrades (4253, 4231, 4058, 4041, 3916, 3886, 3583, 2856, 3370, 3216, 2935, 2855, 3302, 4008, 4252)

0.14.8

* [FEATURE] Add `run_profiler_on_data` method to DataContext (4190)
* [FEATURE] `RegexPatternStringParameterBuilder` for `RuleBasedProfiler` (4167)
* [FEATURE] experimental column map expectation checking for vectors (3102) (thanks manyshapes)
* [FEATURE] Pre-requisites in Rule-Based Profiler for Self-Estimating Expectations (4242)
* [FEATURE] Add optional parameter `condition` to DefaultExpectationConfigurationBuilder (4246)
* [BUGFIX] Ensure that test result for `RegexPatternStringParameterBuilder` is deterministic (4240)
* [BUGFIX] Remove duplicate RegexPatternStringParameterBuilder test (4241)
* [BUGFIX] Improve pandas version checking in test_expectations[_cfe].py files (4248)
* [BUGFIX] Ensure `test_script_runner.py` actually raises AssertionErrors correctly (4239)
* [BUGFIX] Check for pandas>=024 not pandas>=24 (4263)
* [BUGFIX] Add support for SqlAlchemyQueryStore connection_string credentials (4224) (thanks davidvanrooij)
* [BUGFIX] Remove assertion (4271)
* [DOCS] Hackathon Contribution Docs (3897)
* [MAINTENANCE] Rule-Based Profiler: Fix Circular Imports; Configuration Schema Fixes; Enhanced Unit Tests; Pre-Requisites/Refactoring for Self-Estimating Expectations (4234)
* [MAINTENANCE] Reformat contrib expectation with black (4244)
* [MAINTENANCE] Resolve cyclic import issue with usage stats (4251)
* [MAINTENANCE] Additional refactor to clean up cyclic imports in usage stats (4256)
* [MAINTENANCE] Rule-Based Profiler prerequisite: fix quantiles profiler configuration and add comments (4255)
* [MAINTENANCE] Introspect Batch Request Dictionary for its kind and instantiate accordingly (4259)
* [MAINTENANCE] Minor clean up in style of an RBP test fixture; making variables access more robust (4261)
* [MAINTENANCE] define empty sqla_bigquery object (4249)

0.14.7

* [FEATURE] Support Multi-Dimensional Metric Computations Generically for Multi-Batch Parameter Builders (4206)
* [FEATURE] Add support for sqlalchemy-bigquery while falling back on pybigquery (4182)
* [BUGFIX] Update validate_configuration for core Expectations that don't return True (4216)
* [DOCS] Fixes two references to the Getting Started tutorial (4189)
* [DOCS] Deepnote Deployment Pattern Guide (4169)
* [DOCS] Allow Data Docs to be rendered in night mode (4130)
* [DOCS] Fix datepicker filter on data docs (4217)
* [DOCS] Deepnote Deployment Pattern Image Fixes (4229)
* [MAINTENANCE] Refactor RuleBasedProfiler toolkit pattern (4191)
* [MAINTENANCE] Revert `dependency_graph` pipeline changes to ensure `usage_stats` runs in parallel (4198)
* [MAINTENANCE] Refactor relative imports (4195)
* [MAINTENANCE] Remove temp file that was accidently committed (4201)
* [MAINTENANCE] Update default candidate strings SimpleDateFormatString parameter builder (4193)
* [MAINTENANCE] minor type hints clean up (4214)
* [MAINTENANCE] RBP testing framework changes (4184)
* [MAINTENANCE] add conditional check for 'expect_column_values_to_be_in_type_list' (4200)
* [MAINTENANCE] Allow users to pass in any set of polygon points in expectation for point to be within region (2520) (thanks ryanlindeborg)
* [MAINTENANCE] Better support Hive, better support BigQuery. (2624) (thanks jacobpgallagher)
* [MAINTENANCE] move process_evaluation_parameters into conditional (4109)
* [MAINTENANCE] Type hint usage stats (4226)

0.14.6

* [FEATURE] Create profiler from DataContext (4070)
* [FEATURE] Add read_sas function (3972) (thanks andyjessen)
* [FEATURE] Run profiler from DataContext (4141)
* [FEATURE] Instantiate Rule-Based Profiler Using Typed Configuration Object (4150)
* [FEATURE] Provide ability to instantiate Checkpoint using CheckpointConfig typed object (4166)
* [FEATURE] Misc cleanup around CLI `suite` command and related utilities (4158)
* [FEATURE] Add scheduled runs for primary Azure pipeline (4117)
* [FEATURE] Promote dependency graph test strategy to production (4124)
* [BUGFIX] minor updates to test definition json files (4123)
* [BUGFIX] Fix typo for metric name in expect_column_values_to_be_edtf_parseable (4140)
* [BUGFIX] Ensure that CheckpointResult object can be pickled (4157)
* [BUGFIX] Custom notebook templates (2619) (thanks luke321321)
* [BUGFIX] Include public fields in property_names (4159)
* [DOCS] Reenable docs-under-test for RuleBasedProfiler (4149)
* [DOCS] Provided details for using GE_HOME in commandline. (4164)
* [MAINTENANCE] Return Rule-Based Profiler base.py to its dedicated config subdirectory (4125)
* [MAINTENANCE] enable filter properties dict to handle both inclusion and exclusion lists (4127)
* [MAINTENANCE] Remove unused Great Expectations imports (4135)
* [MAINTENANCE] Update trigger for scheduled Azure runs (4134)
* [MAINTENANCE] Maintenance/upgrade black (4136)
* [MAINTENANCE] Alter `great_expectations` pipeline trigger to be more consistent (4138)
* [MAINTENANCE] Remove remaining unused imports (4137)
* [MAINTENANCE] Remove `class_name` as mandatory field from `RuleBasedProfiler` (4139)
* [MAINTENANCE] Ensure `AWSAthena` does not create temporary table as part of processing Batch by default, which is currently not supported (4103)
* [MAINTENANCE] Remove unused `Exception as e` instances (4143)
* [MAINTENANCE] Standardize DictDot Method Behaviors Formally for Consistent Usage Patterns in Subclasses (4131)
* [MAINTENANCE] Remove unused f-strings (4142)
* [MAINTENANCE] Minor Validator code clean up -- for better code clarity (4147)
* [MAINTENANCE] Refactoring of `test_script_runner.py`. Integration and Docs tests (4145)
* [MAINTENANCE] Remove `compatability` stage from `dependency-graph` pipeline (4161)
* [MAINTENANCE] CLOUD-618: GE Cloud "account" to "organization" rename (4146)

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)

Page 19 of 40

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.