Skip to content

Update great-expectations requirement from <=0.15.19,>=0.13.26 to >=0.13.26,<0.15.33 in /integration/common#28

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 11, 2022

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

Release notes

Sourced from great-expectations's releases.

0.15.32

  • [BUGFIX] Patch broken CloudNotificationAction tests (#6327)
  • [BUGFIX] add create_temp_table flag to ExecutionEngineConfigSchema (#6331) (thanks @​tommy-watts-depop)
  • [BUGFIX] MapMetrics now return partial_unexpected values for SUMMARY format (#6334)
  • [DOCS] Re-writes "how to implement custom notifications" as "How to get Data Docs URLs for use in custom Validation Actions" (#6281)
  • [DOCS] Removes deprecated expectation notebook exploration doc (#6298)
  • [DOCS] Removes a number of unused & deprecated docs (#6300)
  • [DOCS] Prioritizes Onboarding Data Assistant in ToC (#6302)
  • [DOCS] Add ZenML into integration table in Readme (#6144) (thanks @​dnth)
  • [DOCS] add pypi release badge (#6324)
  • [MAINTENANCE] Remove unneeded BaseDataContext.get_batch_list (#6291)
  • [MAINTENANCE] Clean up implicit Optional errors flagged by mypy (#6319)
  • [MAINTENANCE] Add manual prod flags to core Expectations (#6278)
  • [MAINTENANCE] Fallback to isnot method if is_not is not available (old sqlalchemy) (#6318)
  • [MAINTENANCE] Add ZEP postgres datasource. (#6274)
  • [MAINTENANCE] Delete "metric_dependencies" from MetricConfiguration constructor arguments (#6305)
  • [MAINTENANCE] Clean up DataContext (#6304)
  • [MAINTENANCE] Deprecate save_changes flag on Datasource CRUD (#6258)
  • [MAINTENANCE] Deprecate great_expectations.render.types package (#6315)
  • [MAINTENANCE] Update range of allowable sqlalchemy versions (#6328)
  • [MAINTENANCE] Fixing checkpoint types (#6325)
  • [MAINTENANCE] Fix column_reflection_fallback for Trino and minor logging/testing improvements (#6218)
  • [MAINTENANCE] Change the number of expected Expectations in the 'quick check' stage of build_gallery pipeline (#6333)
Changelog

Sourced from great-expectations's changelog.

0.15.32

  • [BUGFIX] Patch broken CloudNotificationAction tests (#6327)
  • [BUGFIX] add create_temp_table flag to ExecutionEngineConfigSchema (#6331) (thanks @​tommy-watts-depop)
  • [BUGFIX] MapMetrics now return partial_unexpected values for SUMMARY format (#6334)
  • [DOCS] Re-writes "how to implement custom notifications" as "How to get Data Docs URLs for use in custom Validation Actions" (#6281)
  • [DOCS] Removes deprecated expectation notebook exploration doc (#6298)
  • [DOCS] Removes a number of unused & deprecated docs (#6300)
  • [DOCS] Prioritizes Onboarding Data Assistant in ToC (#6302)
  • [DOCS] Add ZenML into integration table in Readme (#6144) (thanks @​dnth)
  • [DOCS] add pypi release badge (#6324)
  • [MAINTENANCE] Remove unneeded BaseDataContext.get_batch_list (#6291)
  • [MAINTENANCE] Clean up implicit Optional errors flagged by mypy (#6319)
  • [MAINTENANCE] Add manual prod flags to core Expectations (#6278)
  • [MAINTENANCE] Fallback to isnot method if is_not is not available (old sqlalchemy) (#6318)
  • [MAINTENANCE] Add ZEP postgres datasource. (#6274)
  • [MAINTENANCE] Delete "metric_dependencies" from MetricConfiguration constructor arguments (#6305)
  • [MAINTENANCE] Clean up DataContext (#6304)
  • [MAINTENANCE] Deprecate save_changes flag on Datasource CRUD (#6258)
  • [MAINTENANCE] Deprecate great_expectations.render.types package (#6315)
  • [MAINTENANCE] Update range of allowable sqlalchemy versions (#6328)
  • [MAINTENANCE] Fixing checkpoint types (#6325)
  • [MAINTENANCE] Fix column_reflection_fallback for Trino and minor logging/testing improvements (#6218)
  • [MAINTENANCE] Change the number of expected Expectations in the 'quick check' stage of build_gallery pipeline (#6333)

0.15.31

  • [BUGFIX] Include all requirement files in the sdist (#6292) (thanks @​xhochy)
  • [DOCS] Updates outdated batch_request snippet in Terms (#6283)
  • [DOCS] Update Conditional Expectations doc w/ current availability (#6279)
  • [DOCS] Remove outdated Data Discovery page and all references (#6288)
  • [DOCS] Remove reference/evaluation_parameters page and all references (#6294)
  • [DOCS] Removing deprecated Custom Metrics doc (#6282)
  • [DOCS] Re-writes "how to implement custom notifications" as "How to get Data Docs URLs for use in custom Validation Actions" (#6281)
  • [DOCS] Removes deprecated expectation notebook exploration doc (#6298)
  • [MAINTENANCE] Move RuleState into rule directory. (#6284)

0.15.30

  • [FEATURE] Add zep datasources to data context. (#6255)
  • [BUGFIX] Iterate through GeCloudIdentifiers to find the suite ID from the name (#6243)
  • [BUGFIX] Update default base url for cloud API (#6176)
  • [BUGFIX] Pin termcolor to below 2.1.0 due to breaking changes in lib's TTY parsing logic (#6257)
  • [BUGFIX] InferredAssetSqlDataConnector include_schema_name introspection of identical table names in different schemas (#6166)
  • [BUGFIX] Fixdocs-integration tests, and temporarily pin sqlalchemy (#6268)
  • [BUGFIX] Fix serialization for contrib packages (#6266)
  • [BUGFIX] Ensure that Datasource credentials are not persisted to Cloud/disk (#6254)
  • [DOCS] Updates package contribution references (#5885)
  • [MAINTENANCE] Maintenance/great 1103/great 1318/alexsherstinsky/validation graph/refactor validation graph usage 2022 10 20 248 (#6228)
  • [MAINTENANCE] Refactor instances of noqa: F821 Flake8 directive (#6220)
  • [MAINTENANCE] Logo URI ref in data_docs (#6246)
  • [MAINTENANCE] fix typos in docstrings (#6247)
  • [MAINTENANCE] Isolate Trino/MSSQL/MySQL tests in dev CI (#6231)

... (truncated)

Commits
  • 6c1fead [DOCS] add pypi release badge (#6324)
  • 03c211b [BUGFIX] MapMetrics now return partial_unexpected values for SUMMARY form...
  • 7519cdb [MAINTENANCE] Change the number of expected Expectations in the 'quick check'...
  • 5e97bf2 [BUGFIX] add create_temp_table flag to ExecutionEngineConfigSchema (#6331)
  • c14fe97 [DOCS] Add ZenML into integration table in Readme (#6144)
  • aac4c33 [MAINTENANCE] Fix column_reflection_fallback for Trino and minor logging/test...
  • ea29697 [MAINTENANCE] Fixing checkpoint types (#6325)
  • 2b48386 [BUGFIX] Patch broken CloudNotificationAction tests (#6327)
  • addf2be [MAINTENANCE] Update range of allowable sqlalchemy versions (#6328)
  • bb0bad4 [MAINTENANCE] Deprecate great_expectations.render.types package (#6315)
  • 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.32)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 11, 2022

The following labels could not be found: dependabot.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 21, 2022

Superseded by #34.

@dependabot dependabot bot closed this Nov 21, 2022
@dependabot dependabot bot deleted the dependabot/pip/integration/common/great-expectations-gte-0.13.26-and-lt-0.15.33 branch November 21, 2022 09:42
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