Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

Bumps great-expectations from 0.15.11 to 0.15.14.

Release notes

Sourced from great-expectations's releases.

0.15.13

  • [FEATURE] Add atomic rendered_content to ExpectationValidationResult and ExpectationConfiguration (#5369)
  • [FEATURE] Add DataContext.update_datasource CRUD method (#5417)
  • [FEATURE] Refactor Splitter Testing Modules so as to Make them More General and Add Unit and Integration Tests for "split_on_whole_table" and "split_on_column_value" on SQLite and All Supported Major SQL Backends (#5430)
  • [FEATURE] Support underscore in the condition_value of a row_condition (#5393) (thanks @​sp1thas)
  • [DOCS] DOC-322 update terminology to v3 (#5326)
  • [MAINTENANCE] Change property name of TaxiSplittingTestCase to make it more general (#5419)
  • [MAINTENANCE] Ensure that BaseDataContext does not persist Datasource changes by default (#5423)
  • [MAINTENANCE] Migration of project_config_with_variables_substituted to AbstractDataContext (#5385)
  • [MAINTENANCE] Improve type hinting in GeCloudStoreBackend (#5427)
  • [MAINTENANCE] Test serialization of text, table, and bulleted list rendered_content in ExpectationValidationResult (#5438)
  • [MAINTENANCE] Refactor datasource_name out of DataContext.update_datasource (#5440)
  • [MAINTENANCE] Add checkpoint name to validation results (#5442)
  • [MAINTENANCE] Remove checkpoint from top level of schema since it is captured in meta (#5445)
  • [MAINTENANCE] Add unit and integration tests for Splitting on Divided Integer (#5449)
  • [MAINTENANCE] Update cli with new default simple checkpoint name (#5450)

0.15.12

  • [FEATURE] Add Rule Statistics to DataAssistantResult for display in Jupyter notebook (#5368)
  • [FEATURE] Include detailed Rule Execution statistics in jupyter notebook "repr" style output (#5375)
  • [FEATURE] Support datetime/date-part splitters on Amazon Redshift (#5408)
  • [DOCS] Capital One DataProfiler Expectations README Update (#5365) (thanks @​stevensecreti)
  • [DOCS] Add Trino guide (#5287)
  • [DOCS] DOC-339 remove redundant how-to guide (#5396)
  • [DOCS] Capital One Data Profiler README update (#5387) (thanks @​taylorfturner)
  • [DOCS] Add sqlalchemy-redshfit to dependencies in redshift doc (#5386)
  • [MAINTENANCE] Reduce output amount in Jupyter notebooks when displaying DataAssistantResult (#5362)
  • [MAINTENANCE] Update linter thresholds (#5367)
  • [MAINTENANCE] Move _apply_global_config_overrides() to AbstractDataContext (#5285)
  • [MAINTENANCE] WIP: [MAINTENANCE] stalebot configuration (#5301)
  • [MAINTENANCE] expect_column_values_to_be_equal_to_or_greater_than_profile_min (#5372) (thanks @​stevensecreti)
  • [MAINTENANCE] expect_column_values_to_be_equal_to_or_less_than_profile_max (#5380) (thanks @​stevensecreti)
  • [MAINTENANCE] Replace string formatting with f-string (#5225) (thanks @​andyjessen)
  • [MAINTENANCE] Fix links in docs (#5340) (thanks @​andyjessen)
  • [MAINTENANCE] Caching of config_variables in DataContext (#5376)
  • [MAINTENANCE] StaleBot Half DryRun (#5390)
  • [MAINTENANCE] StaleBot DryRun 2 (#5391)
  • [MAINTENANCE] file extentions applied to rel links (#5399)
  • [MAINTENANCE] Allow installing jinja2 version 3.1.0 and higher (#5382)
  • [MAINTENANCE] expect_column_values_confidence_for_data_label_to_be_less_than_or_equal_to_threshold (#5392) (thanks @​stevensecreti)
  • [MAINTENANCE] Add warnings to internal linters if actual error count does not match threshold (#5401)
  • [MAINTENANCE] Ensure that changes made to env vars / config vars are recognized within subsequent calls of the same process (#5410)
  • [MAINTENANCE] Stack RuleBasedProfiler progress bars for better user experience (#5400)
  • [MAINTENANCE] Keep all Pandas Splitter Tests in a Dedicated Module (#5411)
  • [MAINTENANCE] Refactor DataContextVariables to only persist state to Store using explicit save command (#5366)
  • [MAINTENANCE] Refactor to put tests for splitting and sampling into modules for respective ExecutionEngine implementation (#5412)
Changelog

Sourced from great-expectations's changelog.

0.15.14

  • [FEATURE] QueryExpectations (#5223)
  • [FEATURE] Control volume of metadata output when running DataAssistant classes. (#5483)
  • [BUGFIX] Snowflake Docs Integration Test Fix (#5463)
  • [BUGFIX] DataProfiler Linting Fix (#5468)
  • [BUGFIX] Update renderer snapshots with None values removed (#5474)
  • [BUGFIX] Rendering Test failures (#5475)
  • [BUGFIX] Update dependency-graph pipeline YAML to ensure --spark gets passed to dgtest (#5477)
  • [BUGFIX] Make sure the profileReport obj does not have defaultdicts (breaks gallery JSON) (#5491)
  • [BUGFIX] Use Pandas.isnull() instead of NumPy.isnan() to check for empty values in TableExpectation._validate_metric_value_between(), due to wider types applicability. (#5502)
  • [BUGFIX] Spark Schema has unexpected field for spark.sql.warehouse.dir (#5490)
  • [BUGFIX] Conditionally pop values from Spark config in tests (#5508)
  • [DOCS] DOC-349 re-write and partition interactive mode expectations guide (#5448)
  • [DOCS] DOC-344 partition data docs on s3 guide (#5437)
  • [DOCS] DOC-342 partition how to configure a validation result store in amazon s3 guide (#5428)
  • [DOCS] link fix in onboarding data assistant guide (#5469)
  • [DOCS] Integrate great-expectation with ydata-synthetic (#4568) (thanks @​arunnthevapalan)
  • [DOCS] Add 'test' extra to setup.py with docs (#5415)
  • [DOCS] DOC-343 partition how to configure expectation store for aws s3 guide (#5429)
  • [DOCS] DOC-357 partition the how to create a new checkpoint guide (#5458)
  • [DOCS] Remove outdated release process docs. (#5484)
  • [MAINTENANCE] Update teams.yml (#5457)
  • [MAINTENANCE] Clean up GitHub Actions (#5461)
  • [MAINTENANCE] Adds documentation and examples changes for snowflake connection string (#5447)
  • [MAINTENANCE] DOC-345 partition the connect to s3 cloud storage with Pandas guide (#5439)
  • [MAINTENANCE] Add unit and integration tests for Splitting on Mod Integer (#5452)
  • [MAINTENANCE] Remove InlineRenderer invocation feature flag from ExpectationValidationResult (#5441)
  • [MAINTENANCE] DataContext Refactor. Migration of datasource and store (#5404)
  • [MAINTENANCE] Add unit and integration tests for Splitting on Multi-Column Values (#5464)
  • [MAINTENANCE] Refactor DataContextVariables to leverage @property and @setter (#5446)
  • [MAINTENANCE] expect_profile_numeric_columns_diff_between_threshold_range (#5467) (thanks @​stevensecreti)
  • [MAINTENANCE] Make DataAssistantResult fixtures module scoped (#5465)
  • [MAINTENANCE] Remove keyword arguments within table row count expectations (#4874) (thanks @​andyjessen)
  • [MAINTENANCE] Add unit tests for Splitting on Converted DateTime (#5470)
  • [MAINTENANCE] Rearrange integration tests to insure categorization into proper deployment-style based lists (#5471)
  • [MAINTENANCE] Provide better error messaging if batch_request is not supplied to DataAssistant.run() (#5473)
  • [MAINTENANCE] Adds run time envvar for Snowflake Partner ID (#5485)
  • [MAINTENANCE] fixed algolia search page (#5099)
  • [MAINTENANCE] Remove pyspark<3.0.0 constraint for python 3.7 (#5496)
  • [MAINTENANCE] Ensure that parter-integration pipeline only runs on cronjob (#5500)
  • [MAINTENANCE] Adding fixtures Query Expectations tests (#5486)
  • [MAINTENANCE] Misc updates to GeCloudStoreBackend to better integrate with GE Cloud (#5497)
  • [MAINTENANCE] Update automated release schedule (#5488)
  • [MAINTENANCE] Update core-team in teams.yml (#5489)
  • [MAINTENANCE] Update how_to_create_a_new_expectation_suite_using_rule_based_profile… (#5495)
  • [MAINTENANCE] Remove pypandoc pin in constraints-dev.txt. (#5501)
  • [MAINTENANCE] Ensure that add_datasource method on AbstractDataContext does not persist by default (#5482)

0.15.13

  • [FEATURE] Add atomic rendered_content to ExpectationValidationResult and ExpectationConfiguration (#5369)

... (truncated)

Commits
  • 59e6369 [RELEASE] 0.15.14 (#5504)
  • 35955a2 fix: conditionally pop (#5508)
  • 0be579d [MAINTENANCE] Ensure that add_datasource method on AbstractDataContext do...
  • 792fcb0 [BUGFIX] Spark Schema has unexpected field for spark.sql.warehouse.dir (#5490)
  • e51575b Remove pypandoc pin in constraints-dev.txt. (#5501)
  • 877d6d3 Update how_to_create_a_new_expectation_suite_using_rule_based_profilers.md (#...
  • 2300484 [MAINTENANCE] Update core-team in teams.yml (#5489)
  • c18c9ee [MAINTENANCE] Update automated release schedule (#5488)
  • 7e557ab Remove outdated release process docs. (#5484)
  • 21e6922 [MAINTENANCE] Misc updates to GeCloudStoreBackend to better integrate with ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [great-expectations](https://github.com/great-expectations/great_expectations) from 0.15.11 to 0.15.14.
- [Release notes](https://github.com/great-expectations/great_expectations/releases)
- [Changelog](https://github.com/great-expectations/great_expectations/blob/develop/docs/changelog.md)
- [Commits](great-expectations/great_expectations@0.15.11...0.15.14)

---
updated-dependencies:
- dependency-name: great-expectations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Python Pull requests that update Python code labels Jul 18, 2022
@andreybavt andreybavt merged commit 9fb73f2 into main Jul 19, 2022
@dependabot dependabot bot deleted the dependabot/pip/giskard-ml-worker/great-expectations-0.15.14 branch July 19, 2022 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file Python Pull requests that update Python code

Development

Successfully merging this pull request may close these issues.

2 participants