Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps great-expectations from 0.15.11 to 0.15.12.

Release notes

Sourced from great-expectations's releases.

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.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)
Commits
  • c4a628a [RELEASE] 0.15.12 (#5413)
  • 16ec33a [MAINTENANCE] Refactor to put tests for splitting and sampling into modules f...
  • cf45ce0 [MAINTENANCE] Refactor DataContextVariables to only persist state to Store ...
  • 41e2f28 [MAINTENANCE] Keep all Pandas Splitter Tests in a Dedicated Module (#5411)
  • 54c5a94 [MAINTENANCE] Stack RuleBasedProfiler progress bars for better user experie...
  • f8e0152 [FEATURE] Support datetime/date-part splitters on Amazon Redshift (#5408)
  • ad9aa06 Add sqlalchemy-redshfit to dependencies in redshift doc (#5386)
  • 2672a7d feat: ensure that changes are recognized (#5410)
  • 27f4a96 [DOCS] Capital One Data Profiler README update (#5387)
  • 34aac03 [MAINTENANCE] Add warnings to internal linters if actual error count does not...
  • 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.12.
- [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.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Python Pull requests that update Python code labels Jul 5, 2022
@andreybavt andreybavt closed this Jul 8, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 8, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/giskard-ml-worker/great-expectations-0.15.12 branch July 8, 2022 10:53
@sonarqubecloud
Copy link

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

2 participants