Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2022

Bumps great-expectations from 0.15.8 to 0.15.11.

Release notes

Sourced from great-expectations's releases.

0.15.11

  • [FEATURE] Enable NumericMetricRangeMultiBatchParameterBuilder to use evaluation dependencies (#5323)
  • [FEATURE] Improve Trino Support (#5261) (thanks @​aezomz)
  • [FEATURE] added support to Aws Athena quantiles (#5114) (thanks @​kuhnen)
  • [FEATURE] Implement the "column.standard_deviation" metric for sqlite database (#5338)
  • [FEATURE] Update add_datasource to leverage the DatasourceStore (#5334)
  • [FEATURE] Provide ability for DataAssistant to return its effective underlying BaseRuleBasedProfiler configuration (#5359)
  • [BUGFIX] Fix Netlify build issue that was being caused by entry in changelog (#5322)
  • [BUGFIX] Numpy dtype.float64 formatted floating point numbers must be converted to Python float for use in SQLAlchemy Boolean clauses (#5336)
  • [BUGFIX] Fix for failing Expectation test in cloud_db_integration pipeline (#5321)
  • [DOCS] revert getting started tutorial to RBP process (#5307)
  • [DOCS] mark onboarding assistant guide as experimental and update cli command (#5308)
  • [DOCS] Fix line numbers in getting started guide (#5324)
  • [DOCS] DOC-337 automate updates to the version information displayed in the getting started tutorial. (#5348)
  • [MAINTENANCE] Fix link in suite profile renderer (#5242) (thanks @​andyjessen)
  • [MAINTENANCE] Refactor of _apply_global_config_overrides() method to return config (#5286)
  • [MAINTENANCE] Remove "json_serialize" directive from ParameterBuilder computations (#5320)
  • [MAINTENANCE] Misc cleanup post 0.15.10 release (#5325)
  • [MAINTENANCE] Standardize instantiation of NumericMetricRangeMultibatchParameterBuilder throughout the codebase. (#5327)
  • [MAINTENANCE] Reuse MetricMultiBatchParameterBuilder computation results as evaluation dependencies for performance enhancement (#5329)
  • [MAINTENANCE] clean up type declarations (#5331)
  • [MAINTENANCE] Maintenance/great 761/great 1010/great 1011/alexsherstinsky/rule based profiler/data assistant/include only essential public methods in data assistant dispatcher class 2022 06 21 177 (#5351)
  • [MAINTENANCE] Update release schedule JSON (#5349)
  • [MAINTENANCE] Include only essential public methods in DataAssistantResult class (and its descendants) (#5360)

0.15.10

  • [FEATURE] DataContextVariables CRUD for stores (#5268)
  • [FEATURE] DataContextVariables CRUD for data_docs_sites (#5269)
  • [FEATURE] DataContextVariables CRUD for anonymous_usage_statistics (#5271)
  • [FEATURE] DataContextVariables CRUD for notebooks (#5272)
  • [FEATURE] DataContextVariables CRUD for concurrency (#5273)
  • [FEATURE] DataContextVariables CRUD for progress_bars (#5274)
  • [FEATURE] Integrate DatasourceStore with DataContext (#5292)
  • [FEATURE] Support both UserConfigurableProfiler and OnboardingDataAssistant in "CLI SUITE NEW --PROFILE " command (#5306)
  • [BUGFIX] Fix ColumnPartition metric handling of the number of bins (must always be integer). (#5282)
  • [BUGFIX] Add new high precision rule for mean and stdev in OnboardingDataAssistant (#5276)
  • [BUGFIX] Warning in Getting Started Guide notebook. (#5297)
  • [DOCS] how to create an expectation suite with the onboarding assistant (#5266)
  • [DOCS] update getting started tutorial for onboarding assistant (#5294)
  • [DOCS] getting started tutorial doc standards updates (#5295)
  • [DOCS] Update standard arguments doc for Expectations to not reference datasets. (#5052)
  • [MAINTENANCE] Add check to check_type_hint_coverage script to ensure proper mypy installation (#5291)
  • [MAINTENANCE] DataAssistantResult cleanup and extensibility enhancements (#5259)
  • [MAINTENANCE] Handle compare Expectation in presence of high precision floating point numbers and NaN values (#5298)
  • [MAINTENANCE] Suppress persisting of temporary ExpectationSuite configurations in Rule-Based Profiler computations (#5305)
  • [MAINTENANCE] Adds column values github user validation (#5302)
  • [MAINTENANCE] Adds column values IATA code validation (#5303)
  • [MAINTENANCE] Adds column values ARN validation (#5304)
  • [MAINTENANCE] Fixing a typo in a comment (in several files) (#5310)
  • [MAINTENANCE] Adds column scientific notation string validation (#5309)

... (truncated)

Changelog

Sourced from great-expectations's changelog.

0.15.11

  • [FEATURE] Enable NumericMetricRangeMultiBatchParameterBuilder to use evaluation dependencies (#5323)
  • [FEATURE] Improve Trino Support (#5261) (thanks @​aezomz)
  • [FEATURE] added support to Aws Athena quantiles (#5114) (thanks @​kuhnen)
  • [FEATURE] Implement the "column.standard_deviation" metric for sqlite database (#5338)
  • [FEATURE] Update add_datasource to leverage the DatasourceStore (#5334)
  • [FEATURE] Provide ability for DataAssistant to return its effective underlying BaseRuleBasedProfiler configuration (#5359)
  • [BUGFIX] Fix Netlify build issue that was being caused by entry in changelog (#5322)
  • [BUGFIX] Numpy dtype.float64 formatted floating point numbers must be converted to Python float for use in SQLAlchemy Boolean clauses (#5336)
  • [BUGFIX] Fix for failing Expectation test in cloud_db_integration pipeline (#5321)
  • [DOCS] revert getting started tutorial to RBP process (#5307)
  • [DOCS] mark onboarding assistant guide as experimental and update cli command (#5308)
  • [DOCS] Fix line numbers in getting started guide (#5324)
  • [DOCS] DOC-337 automate updates to the version information displayed in the getting started tutorial. (#5348)
  • [MAINTENANCE] Fix link in suite profile renderer (#5242) (thanks @​andyjessen)
  • [MAINTENANCE] Refactor of _apply_global_config_overrides() method to return config (#5286)
  • [MAINTENANCE] Remove "json_serialize" directive from ParameterBuilder computations (#5320)
  • [MAINTENANCE] Misc cleanup post 0.15.10 release (#5325)
  • [MAINTENANCE] Standardize instantiation of NumericMetricRangeMultibatchParameterBuilder throughout the codebase. (#5327)
  • [MAINTENANCE] Reuse MetricMultiBatchParameterBuilder computation results as evaluation dependencies for performance enhancement (#5329)
  • [MAINTENANCE] clean up type declarations (#5331)
  • [MAINTENANCE] Maintenance/great 761/great 1010/great 1011/alexsherstinsky/rule based profiler/data assistant/include only essential public methods in data assistant dispatcher class 2022 06 21 177 (#5351)
  • [MAINTENANCE] Update release schedule JSON (#5349)
  • [MAINTENANCE] Include only essential public methods in DataAssistantResult class (and its descendants) (#5360)

0.15.10

  • [FEATURE] DataContextVariables CRUD for stores (#5268)
  • [FEATURE] DataContextVariables CRUD for data_docs_sites (#5269)
  • [FEATURE] DataContextVariables CRUD for anonymous_usage_statistics (#5271)
  • [FEATURE] DataContextVariables CRUD for notebooks (#5272)
  • [FEATURE] DataContextVariables CRUD for concurrency (#5273)
  • [FEATURE] DataContextVariables CRUD for progress_bars (#5274)
  • [FEATURE] Integrate DatasourceStore with DataContext (#5292)
  • [FEATURE] Support both UserConfigurableProfiler and OnboardingDataAssistant in "CLI SUITE NEW --PROFILE name" command (#5306)
  • [BUGFIX] Fix ColumnPartition metric handling of the number of bins (must always be integer). (#5282)
  • [BUGFIX] Add new high precision rule for mean and stdev in OnboardingDataAssistant (#5276)
  • [BUGFIX] Warning in Getting Started Guide notebook. (#5297)
  • [DOCS] how to create an expectation suite with the onboarding assistant (#5266)
  • [DOCS] update getting started tutorial for onboarding assistant (#5294)
  • [DOCS] getting started tutorial doc standards updates (#5295)
  • [DOCS] Update standard arguments doc for Expectations to not reference datasets. (#5052)
  • [MAINTENANCE] Add check to check_type_hint_coverage script to ensure proper mypy installation (#5291)
  • [MAINTENANCE] DataAssistantResult cleanup and extensibility enhancements (#5259)
  • [MAINTENANCE] Handle compare Expectation in presence of high precision floating point numbers and NaN values (#5298)
  • [MAINTENANCE] Suppress persisting of temporary ExpectationSuite configurations in Rule-Based Profiler computations (#5305)
  • [MAINTENANCE] Adds column values github user validation (#5302)
  • [MAINTENANCE] Adds column values IATA code validation (#5303)
  • [MAINTENANCE] Adds column values ARN validation (#5304)
  • [MAINTENANCE] Fixing a typo in a comment (in several files) (#5310)
  • [MAINTENANCE] Adds column scientific notation string validation (#5309)

... (truncated)

Commits
  • 09eabbc [RELEASE] 0.15.11 (#5361)
  • 08ab530 chore: update gh action (#5363)
  • b52d3a2 [MAINTENANCE] Include only essential public methods in DataAssistantResult cl...
  • 10488ee [FEATURE] Provide ability for DataAssistant to return its effective underlyin...
  • b304896 [FEATURE] Update add_datasource to leverage the DatasourceStore (#5334)
  • f8a15a1 [MAINTENANCE] Update release schedule JSON (#5349)
  • c180fe8 [DOCS] DOC-337 automate updates to the version information displayed in the g...
  • b848cd8 Maintenance/great 761/great 1010/great 1011/alexsherstinsky/rule based profil...
  • f9a2127 [FEATURE] Implement the "column.standard_deviation" metric for sqlite databas...
  • f6c54a3 [BUGFIX] Fix for failing Expectation test in cloud_db_integration pipeline ...
  • 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.8 to 0.15.11.
- [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.8...0.15.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Python Pull requests that update Python code labels Jun 24, 2022
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@andreybavt andreybavt merged commit 0fb41ea into main Jun 28, 2022
@dependabot dependabot bot deleted the dependabot/pip/giskard-ml-worker/great-expectations-0.15.11 branch June 28, 2022 12:38
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

Development

Successfully merging this pull request may close these issues.

2 participants