Skip to content

Update great-expectations requirement from <0.15.35,>=0.13.26 to >=0.13.26,<0.15.45 in /integration/common#78

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/integration/common/great-expectations-gte-0.13.26-and-lt-0.15.45
Closed

Update great-expectations requirement from <0.15.35,>=0.13.26 to >=0.13.26,<0.15.45 in /integration/common#78
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/integration/common/great-expectations-gte-0.13.26-and-lt-0.15.45

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 22, 2023

Updates the requirements on great-expectations to permit the latest version.

Release notes

Sourced from great-expectations's releases.

0.15.44

  • [FEATURE] Add pandas datasource sorter by refactoring into DataAsset (#6787)
  • [FEATURE] ID/PK Demo Files (#6833)
  • [BUGFIX] Fix missing not operator ~ (#6808)
  • [BUGFIX] Implemented lowercase function to check what type of file endswith (#6810) (thanks @​tmilitino)
  • [BUGFIX] : expect_day_count_to_be_close_to_equivalent_week_day_mean (#6811) (thanks @​HadasManor)
  • [BUGFIX] Pandas ID/PK query was causing DataDocs error (#6832)
  • [DOCS] Link to gh issue #4152 for ruamel.yaml (#6799) (thanks @​jamesmyatt)
  • [DOCS] ExpectationSuite and remove_expectation api docs (#6785)
  • [DOCS] Add GitHub PR links to changelogs (#6818)
  • [DOCS] Update yarn-snippet-check to only target specific source code dirs (#6825)
  • [DOCS] Adding docstring for ExpectationSuite.add_expectation (#6829)
  • [DOCS] DOC-394: Fix broken redirect links (#6835)
  • [MAINTENANCE] Enable more backends for some contrib expectations (#6775)
  • [MAINTENANCE] Change execution_engine_type from method to property. (#6788)
  • [MAINTENANCE] More backends for expect_yesterday_count_compared_to_avg_equivalent_days_of_week (#6790)
  • [MAINTENANCE] Update gallery pipeline to only have one scheduled run per day (early AM) (#6791)
  • [MAINTENANCE] Convert the validation results to JSON serializable (#6776) (thanks @​lu-lz)
  • [MAINTENANCE] Propagate "runtime_configuration" argument throughout Validator flow (#6767)
  • [MAINTENANCE] Only include relevant diagnostics info in gallery JSON (#6797)
  • [MAINTENANCE] Clean up public api report part 1 (#6784)
  • [MAINTENANCE] Clean up public api report part 2 (#6792)
  • [MAINTENANCE] Shift daily gallery run by 6 hours (#6802)
  • [MAINTENANCE] Misc docstrings in AbstractDataContext (#6801)
  • [MAINTENANCE] Add checkpoint and datadoc integration test for zep pandas datasource. (#6793)
  • [MAINTENANCE] Use environment variables for expectation gallery data paths (#6805)
  • [MAINTENANCE] Suppress 2 kl_divergence datasets for bigquery that took 90 minutes to insert (#6807)
  • [MAINTENANCE] Improve type hints in ExecutionEngine.resolve_metrics() flow and delete unnecessary checks (#6804)
  • [MAINTENANCE] Fixes for column_values_to_be_between tests (#6809)
  • [MAINTENANCE] Clean up public api report part 3 (#6803)
  • [MAINTENANCE] Add docstring for AbstractDataContext.add_checkpoint (#6728) (thanks @​abegong)
  • [MAINTENANCE] Use Enum classes for all metric name suffixes (#6819)
  • [MAINTENANCE] Use shortened_dotted_paths in API docs (#6820)
  • [MAINTENANCE] Update batch request option validation error message (#6821)
  • [MAINTENANCE] Add docstring to DataAsset.add_sorters (#6822)
  • [MAINTENANCE] Misc type cleanup withincheckpoint/ and validator/ (#6817)
  • [MAINTENANCE] Update algolia indexing (#6827)
  • [MAINTENANCE] When running our test suite, suppress warnings result_format configuration in Expectations and Validators (#6823)
  • [MAINTENANCE] ZEP - lower logging levels from INFO -> DEBUG (#6830)
  • [MAINTENANCE] Use shortened dotted paths in api docs (#6831)
  • [MAINTENANCE] Remove outdated refs to Superconductive (#6816)
  • [CONTRIB] Improve contrib schwifty expectations (#6812) (thanks @​mkopec87)
Changelog

Sourced from great-expectations's changelog.

0.15.44

  • [FEATURE] Add pandas datasource sorter by refactoring into DataAsset (#6787)
  • [FEATURE] ID/PK Demo Files (#6833)
  • [BUGFIX] Fix missing not operator ~ (#6808)
  • [BUGFIX] Implemented lowercase function to check what type of file endswith (#6810) (thanks @​tmilitino)
  • [BUGFIX] : expect_day_count_to_be_close_to_equivalent_week_day_mean (#6811) (thanks @​HadasManor)
  • [BUGFIX] Pandas ID/PK query was causing DataDocs error (#6832)
  • [DOCS] Link to gh issue #4152 for ruamel.yaml (#6799) (thanks @​jamesmyatt)
  • [DOCS] ExpectationSuite and remove_expectation api docs (#6785)
  • [DOCS] Add GitHub PR links to changelogs (#6818)
  • [DOCS] Update yarn-snippet-check to only target specific source code dirs (#6825)
  • [DOCS] Adding docstring for ExpectationSuite.add_expectation (#6829)
  • [DOCS] DOC-394: Fix broken redirect links (#6835)
  • [MAINTENANCE] Enable more backends for some contrib expectations (#6775)
  • [MAINTENANCE] Change execution_engine_type from method to property. (#6788)
  • [MAINTENANCE] More backends for expect_yesterday_count_compared_to_avg_equivalent_days_of_week (#6790)
  • [MAINTENANCE] Update gallery pipeline to only have one scheduled run per day (early AM) (#6791)
  • [MAINTENANCE] Convert the validation results to JSON serializable (#6776) (thanks @​lu-lz)
  • [MAINTENANCE] Propagate "runtime_configuration" argument throughout Validator flow (#6767)
  • [MAINTENANCE] Only include relevant diagnostics info in gallery JSON (#6797)
  • [MAINTENANCE] Clean up public api report part 1 (#6784)
  • [MAINTENANCE] Clean up public api report part 2 (#6792)
  • [MAINTENANCE] Shift daily gallery run by 6 hours (#6802)
  • [MAINTENANCE] Misc docstrings in AbstractDataContext (#6801)
  • [MAINTENANCE] Add checkpoint and datadoc integration test for zep pandas datasource. (#6793)
  • [MAINTENANCE] Use environment variables for expectation gallery data paths (#6805)
  • [MAINTENANCE] Suppress 2 kl_divergence datasets for bigquery that took 90 minutes to insert (#6807)
  • [MAINTENANCE] Improve type hints in ExecutionEngine.resolve_metrics() flow and delete unnecessary checks (#6804)
  • [MAINTENANCE] Fixes for column_values_to_be_between tests (#6809)
  • [MAINTENANCE] Clean up public api report part 3 (#6803)
  • [MAINTENANCE] Add docstring for AbstractDataContext.add_checkpoint (#6728)
  • [MAINTENANCE] Use Enum classes for all metric name suffixes (#6819)
  • [MAINTENANCE] Use shortened_dotted_paths in API docs (#6820)
  • [MAINTENANCE] Update batch request option validation error message (#6821)
  • [MAINTENANCE] Add docstring to DataAsset.add_sorters (#6822)
  • [MAINTENANCE] Misc type cleanup withincheckpoint/ and validator/ (#6817)
  • [MAINTENANCE] Update algolia indexing (#6827)
  • [MAINTENANCE] When running our test suite, suppress warnings result_format configuration in Expectations and Validators (#6823)
  • [MAINTENANCE] ZEP - lower logging levels from INFO -> DEBUG (#6830)
  • [MAINTENANCE] Use shortened dotted paths in api docs (#6831)
  • [MAINTENANCE] Remove outdated refs to Superconductive (#6816)
  • [CONTRIB] Improve contrib schwifty expectations (#6812) (thanks @​mkopec87)

0.15.43

  • [FEATURE] ZEP - Synchronize & save XDatasources (#6717)
  • [FEATURE] Official Python 3.10 support (#6763)
  • [FEATURE] F/great 1313/zep pandas poc (#6745)
  • [FEATURE] Add GX Cloud hyperlink to slack notification (#6740)
  • [FEATURE] Get ExpectationSuite, Checkpoint by name (#6774)
  • [FEATURE] API docs (#6766)

... (truncated)

Commits
  • 5e2d7b0 [FEATURE] ID/PK Demo Files (#6833)
  • 13bb379 [MAINTENANCE] Remove outdated refs to Superconductive (#6816)
  • 9fb7d9f [DOCS] DOC-394: Fix broken redirect links (#6835)
  • e6983e0 [MAINTENANCE] Use shortened dotted paths in api docs (#6831)
  • 8d67a91 [BUGFIX] Pandas ID/PK query was causing DataDocs error (#6832)
  • 537978e [DOCS] Adding docstring for ExpectationSuite.add_expectation (#6829)
  • 062d876 [MAINTENANCE] ZEP - lower logging levels from INFO -> DEBUG (#6830)
  • e55bd81 [MAINTENANCE] When running our test suite, suppress warnings result_format ...
  • b23f715 [MAINTENANCE] Update algolia indexing (#6827)
  • 056ab6f [DOCS] Update yarn-snippet-check to only target specific source code dirs (...
  • Additional commits viewable in compare view

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)

Updates the requirements on [great-expectations](https://github.com/great-expectations/great_expectations) to permit the latest version.
- [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.13.26...0.15.44)

---
updated-dependencies:
- dependency-name: great-expectations
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 22, 2023

The following labels could not be found: dependabot.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 29, 2023

Superseded by #84.

@dependabot dependabot bot closed this Jan 29, 2023
@dependabot dependabot bot deleted the dependabot/pip/integration/common/great-expectations-gte-0.13.26-and-lt-0.15.45 branch January 29, 2023 09:20
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants