Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump great-expectations from 0.18.20 to 1.0.4 #439

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2024

Bumps great-expectations from 0.18.20 to 1.0.4.

Release notes

Sourced from great-expectations's releases.

1.0.4

  • [BUGFIX] Fix action equality (#10393)
  • [BUGFIX] Patch additional issues with data docs page retrieval in checkpoint actions (#10400)
  • [DOCS] Add CTAs to request a demo (#10389)
  • [MAINTENANCE] Ensure that all nested validation definition diagnostics are emitted from a parent checkpoint (#10386)
  • [MAINTENANCE] Fix SQLAlchemyExectionEngine.get_connection() typing + update column identifier tests (#10399)

1.0.3

  • [FEATURE] Replace get_batch_list_from_batch_request with get_batch and get_batch_identifiers_list (#10295)
  • [FEATURE] Add Checkpoint.run analytics (#10382)
  • [FEATURE] BatchDefinition.get_batch_identifiers_list (#10383)
  • [BUGFIX] Patch issue with data docs page retrieval in checkpoint actions (#10374)
  • [DOCS] Update changelog attributions for 1.0 releases (#10348)
  • [DOCS] Embed Wistia video in GX Core introduction (#10366) (thanks @​JessSaavedra)
  • [DOCS] added data doc support posture (#10373)
  • [DOCS] Adding BigQuery to GX Core support posture (#10375)
  • [DOCS] Update Learn data quality use case articles to use <small> tags (#10377)
  • [DOCS] Hide feedback survey on homepage (#10378) (thanks @​deborahniesz)
  • [MAINTENANCE] SQLAlchemy 2 typing (#10112)
  • [MAINTENANCE] Update Expectation equality to simplify meta and notes checks (#10349)
  • [MAINTENANCE] Add description field to ExpectationConfigurationSchema and render always description over template_str (#10347)
  • [MAINTENANCE] Clean up GX error types (#10356)
  • [MAINTENANCE] Check that BatchDefinitions and ExpectationSuites are up-to-date before saving (#10277)
  • [MAINTENANCE] Clean up test fixtures (#10358)
  • [MAINTENANCE] Move "freshness"-related exceptions to separate file (#10359)
  • [MAINTENANCE] Guard against dictionary KeyErrors (#10353)
  • [MAINTENANCE] Add "freshness" checks for ValidationDefinitions and Checkpoints (#10365)
  • [MAINTENANCE] Additional tests for BatchDefinition and ExpectationSuite freshness (#10380)
  • [MAINTENANCE] Delete misc functions from test_utils (#10357)
  • [MAINTENANCE] Additional tests for ValidationDefinition and Checkpoint freshness (#10381)

1.0.2

  • [FEATURE] Allow setting result format when calling batch.validate (#10281)
  • [BUGFIX] FabricPowerBIDatasource 1.0 - TypeError: _PowerBIAsset.build_batch_request() got an unexpected keyword argument 'options' (#10318)
  • [BUGFIX] Prevent pydantic type coercion of Value Sets (#10325)
  • [BUGFIX] B/v1 509/remove df from result (#10338)
  • [BUGFIX] Patch SlackRenderer and EmailRenderer active_batch_definition issues (#10344) (thanks @​masfworld)
  • [BUGFIX] Show FDS Asset name in DataDocs (#9953)
  • [DOCS] Update README.md (#10294)
  • [DOCS] Fix gx core sidebar inconsistency in version 0.18 (#10302)
  • [DOCS] Fix GX Core failing build (#10300)
  • [DOCS] update allow list ips (#10308)
  • [DOCS] Corrects typo in description for ExpectColumnMaxToBeBetween's min_value arg (#10285)
  • [DOCS] Add pathname to Docs JIRA tickets description (#10312)
  • [DOCS] Delete legacy version 0.17 files from docs (#10279)
  • [DOCS] Theme selector (#10181)
  • [DOCS] Corrects description of printed Validation Results object as json instead of yaml (#10287)
  • [DOCS] Updates Data Asset prerequisite for create a Validation Definition guide to Batch Definition (#10288)
  • [DOCS] Updates descriptions of Data Contexts with general use cases for each. (#10292)
  • [DOCS] Updated airflow docs for core 1.0 compatibility (#10319)

... (truncated)

Commits
  • bfcb318 [BUGFIX] Patch additional issues with data docs page retrieval in checkpoint ...
  • 4093798 [BUGFIX] Fix action equality (#10393)
  • c685816 [DOCS] Add CTAs to request a demo (#10389)
  • 3e73091 [MAINTENANCE] Ensure that all nested validation definition diagnostics are em...
  • 8ed1cba [RELEASE] 1.0.3 (#10387)
  • 8b2840e [FEATURE] BatchDefinition.get_batch_identifiers_list (#10383)
  • 6c37615 [FEATURE] Add Checkpoint.run analytics (#10382)
  • e076690 [MAINTENANCE] Delete misc functions from test_utils (#10357)
  • f3cc379 [MAINTENANCE] Additional tests for ValidationDefinition and Checkpoint fr...
  • bbf227f [DOCS] Hide feedback survey on homepage (#10378)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 17, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/great-expectations-1.0.4 branch from e80e8f2 to f87dbca Compare September 17, 2024 16:41
Copy link
Member

@anthonyburdi anthonyburdi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not merge until the agent is compatible with 1.0. cc @TrangPham

@dependabot dependabot bot force-pushed the dependabot/pip/great-expectations-1.0.4 branch 3 times, most recently from eb8dbe3 to 611cd35 Compare September 18, 2024 19:39
Bumps [great-expectations](https://github.com/great-expectations/great_expectations) from 0.18.20 to 1.0.4.
- [Release notes](https://github.com/great-expectations/great_expectations/releases)
- [Commits](great-expectations/great_expectations@0.18.20...1.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/great-expectations-1.0.4 branch from 611cd35 to 80406aa Compare September 18, 2024 20:03
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 19, 2024

Superseded by #448.

@dependabot dependabot bot closed this Sep 19, 2024
@dependabot dependabot bot deleted the dependabot/pip/great-expectations-1.0.4 branch September 19, 2024 20:15
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.

1 participant