Skip to content

Update great-expectations requirement from <=0.15.23 to <0.15.49 in /integration/airflow#90

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/integration/airflow/great-expectations-lt-0.15.49
Closed

Update great-expectations requirement from <=0.15.23 to <0.15.49 in /integration/airflow#90
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/integration/airflow/great-expectations-lt-0.15.49

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 12, 2023

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

Release notes

Sourced from great-expectations's releases.

0.15.48

  • [FEATURE] Place FilesystemDataAsset into separate module (its functionality is used by both PandasDatasource and SparkDatasource) (#7025)
  • [FEATURE] Add SQL query data asset for new experimental datasources (#6999)
  • [FEATURE] Experimental DataAsset test_connection (#7019)
  • [FEATURE] ZEP - generate pandas assets (#7044)
  • [FEATURE] Experimental Splitter connection testing (#7051)
  • [FEATURE] ID/PK ColumnPairExpectations and MultiColumnMapExpectations - Spark (#7001)
  • [FEATURE] Add expectation_suite arg to DataContext ExpectationSuite CRUD (#7059)
  • [FEATURE] ID/PK ColumnPairExpectations and MultiColumnMapExpectations - SQL (#7046)
  • [FEATURE] Introducing General-Purpose Wrapper for Regular Expressions Parsing and incorporating it in "_FilesystemDataAsset" (#7062)
  • [FEATURE] Add checkpoint arg to DataContext Checkpoint CRUD (#7066)
  • [FEATURE] Add profiler arg to DataContext Profiler CRUD (#7060)
  • [FEATURE] Add API action (#6902) (thanks @​itaise)
  • [BUGFIX] ID/PK - Rendering ColumnPair and MultiColumn Expectations in DataDocs (#7041)
  • [BUGFIX] ColumnPairExpectation tests need to consider 2 possible GroupBy results (#7045)
  • [BUGFIX] zep - always serialize type field (#7056)
  • [BUGFIX] ZEP - html asset generation on pandas 1.1 (#7068)
  • [BUGFIX] fix ZEP pandas min tests (#7084)
  • [BUGFIX] Skip all ZEP pandas datasource tests for min pandas (#7091)
  • [DOCS] Add new DataContext CRUD to public API (#7058)
  • [DOCS] DOC-461 remove unlinked link (#7083)
  • [DOCS] Adding algolia click events (#7085)
  • [DOCS] Versioning for documentation (#7033)
  • [MAINTENANCE] linting for /contrib (#7005)
  • [MAINTENANCE] Deprecate old DataContext CRUD methods (#7031)
  • [MAINTENANCE] Simplify logic for add_or_update (#7035)
  • [MAINTENANCE] ZEP - test type-checking (#7028)
  • [MAINTENANCE] ZEP put schemas under source control (#6988)
  • [MAINTENANCE] Add id as a param to any CRUD methods with ge_cloud_id (#7036)
  • [MAINTENANCE] Minor Cleanup (#7047)
  • [MAINTENANCE] replace isort with ruff sorting rules (#6907)
  • [MAINTENANCE] Standardize Checkpoint CRUD (#6962)
  • [MAINTENANCE] ruff 0.0.241 (#7048)
  • [MAINTENANCE] finish linting great_expectations (#7050)
  • [MAINTENANCE] fix - FutureWarning: pandas.Float64Index is deprecated when importing great_expectations (#7055)
  • [MAINTENANCE] Move path mapping out of ExecutionEngine into DataConnector (#7065)
  • [MAINTENANCE] Add ruff TCH001 noqa annotations (#7072)
  • [MAINTENANCE] Enable ruff TCH rules (#7073)
  • [MAINTENANCE] Cache dependency installation during build of Dockerfile.tests (#7071)
  • [MAINTENANCE] Fix most typing errors in DataAssistantResult (#7010)
  • [MAINTENANCE] add ge_dev + gx_dev to .gitignore (#6860)
  • [MAINTENANCE] Refactor Filesystem DataAsset into FilePath DataAsset and Filesystem DataAsset (later inherits former) (#7075)
  • [MAINTENANCE] Refactor Store and StoreBackend to leverage new CRUD methods (#7081)
  • [MAINTENANCE] Delete gx_venv from project root (#7080)
  • [MAINTENANCE] correct typo in data assistants portion of the getting started tutorial (#7088)
  • [MAINTENANCE] ID/PK - CompoundColumnsUnique is filtered only for SQL (#7087)
  • [MAINTENANCE] Minor clean up to make DataConnector method names less confusing. (#7089)
  • [MAINTENANCE] Refactor DataConnector Path Format Utilities For Better Encapsulation (#7092)
  • [MAINTENANCE] Temporarily xfail ID/PK tests due to Pandas min version conflicts (#7097)
  • [MAINTENANCE] Remove Extra Character from ID/PK Example README (#7098)

... (truncated)

Changelog

Sourced from great-expectations's changelog.

0.15.48

  • [FEATURE] Place FilesystemDataAsset into separate module (its functionality is used by both PandasDatasource and SparkDatasource) (#7025)
  • [FEATURE] Add SQL query data asset for new experimental datasources (#6999)
  • [FEATURE] Experimental DataAsset test_connection (#7019)
  • [FEATURE] ZEP - generate pandas assets (#7044)
  • [FEATURE] Experimental Splitter connection testing (#7051)
  • [FEATURE] ID/PK ColumnPairExpectations and MultiColumnMapExpectations - Spark (#7001)
  • [FEATURE] Add expectation_suite arg to DataContext ExpectationSuite CRUD (#7059)
  • [FEATURE] ID/PK ColumnPairExpectations and MultiColumnMapExpectations - SQL (#7046)
  • [FEATURE] Introducing General-Purpose Wrapper for Regular Expressions Parsing and incorporating it in "_FilesystemDataAsset" (#7062)
  • [FEATURE] Add checkpoint arg to DataContext Checkpoint CRUD (#7066)
  • [FEATURE] Add profiler arg to DataContext Profiler CRUD (#7060)
  • [FEATURE] Add API action (#6902) (thanks @​itaise)
  • [BUGFIX] ID/PK - Rendering ColumnPair and MultiColumn Expectations in DataDocs (#7041)
  • [BUGFIX] ColumnPairExpectation tests need to consider 2 possible GroupBy results (#7045)
  • [BUGFIX] zep - always serialize type field (#7056)
  • [BUGFIX] ZEP - html asset generation on pandas 1.1 (#7068)
  • [BUGFIX] fix ZEP pandas min tests (#7084)
  • [BUGFIX] Skip all ZEP pandas datasource tests for min pandas (#7091)
  • [DOCS] Add new DataContext CRUD to public API (#7058)
  • [DOCS] DOC-461 remove unlinked link (#7083)
  • [DOCS] Adding algolia click events (#7085)
  • [DOCS] Versioning for documentation (#7033)
  • [MAINTENANCE] linting for /contrib (#7005)
  • [MAINTENANCE] Deprecate old DataContext CRUD methods (#7031)
  • [MAINTENANCE] Simplify logic for add_or_update (#7035)
  • [MAINTENANCE] ZEP - test type-checking (#7028)
  • [MAINTENANCE] ZEP put schemas under source control (#6988)
  • [MAINTENANCE] Add id as a param to any CRUD methods with ge_cloud_id (#7036)
  • [MAINTENANCE] Minor Cleanup (#7047)
  • [MAINTENANCE] replace isort with ruff sorting rules (#6907)
  • [MAINTENANCE] Standardize Checkpoint CRUD (#6962)
  • [MAINTENANCE] ruff 0.0.241 (#7048)
  • [MAINTENANCE] finish linting great_expectations (#7050)
  • [MAINTENANCE] fix - FutureWarning: pandas.Float64Index is deprecated when importing great_expectations (#7055)
  • [MAINTENANCE] Move path mapping out of ExecutionEngine into DataConnector (#7065)
  • [MAINTENANCE] Add ruff TCH001 noqa annotations (#7072)
  • [MAINTENANCE] Enable ruff TCH rules (#7073)
  • [MAINTENANCE] Cache dependency installation during build of Dockerfile.tests (#7071)
  • [MAINTENANCE] Fix most typing errors in DataAssistantResult (#7010)
  • [MAINTENANCE] add ge_dev + gx_dev to .gitignore (#6860)
  • [MAINTENANCE] Refactor Filesystem DataAsset into FilePath DataAsset and Filesystem DataAsset (later inherits former) (#7075)
  • [MAINTENANCE] Refactor Store and StoreBackend to leverage new CRUD methods (#7081)
  • [MAINTENANCE] Delete gx_venv from project root (#7080)
  • [MAINTENANCE] correct typo in data assistants portion of the getting started tutorial (#7088)
  • [MAINTENANCE] ID/PK - CompoundColumnsUnique is filtered only for SQL (#7087)
  • [MAINTENANCE] Minor clean up to make DataConnector method names less confusing. (#7089)
  • [MAINTENANCE] Refactor DataConnector Path Format Utilities For Better Encapsulation (#7092)
  • [MAINTENANCE] Temporarily xfail ID/PK tests due to Pandas min version conflicts (#7097)
  • [MAINTENANCE] Remove Extra Character from ID/PK Example README (#7098)

... (truncated)

Commits
  • bdee5c3 [MAINTENANCE] Temporarily xfail ID/PK tests due to Pandas min version conflic...
  • a6638ef [FEATURE] Add API action (#6902)
  • adb61e0 [MAINTENANCE] Refactor DataConnector Path Format Utilities For Better Encapsu...
  • d124e42 [BUGFIX] Skip all ZEP pandas datasource tests for min pandas (#7091)
  • 53ad782 [MAINTENANCE] Minor clean up to make DataConnector method names less confus...
  • 832d39d [MAINTENANCE] ID/PK - CompoundColumnsUnique is filtered only for SQL (#7087)
  • 7444067 correct typo in data assistants portion of the getting started tutorial (#7088)
  • 0b6465a [DOCS] Versioning for documentation (#7033)
  • 10426fd [BUGFIX] ZEP pandas min tests (#7084)
  • bd45389 [DOCS] Adding algolia click events (#7085)
  • 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.1...0.15.48)

---
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 Feb 12, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 12, 2023

The following labels could not be found: dependabot.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 19, 2023

Superseded by #95.

@dependabot dependabot bot closed this Feb 19, 2023
@dependabot dependabot bot deleted the dependabot/pip/integration/airflow/great-expectations-lt-0.15.49 branch February 19, 2023 10:08
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