Skip to content

Commit

Permalink
[RELEASE] 0.15.45 (#6933)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilo59 authored Jan 26, 2023
1 parent 934093e commit f5e3fd9
Show file tree
Hide file tree
Showing 5 changed files with 154 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/teams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ cloud:
- '@rreinoldsc' # Robby Reinold
- '@joshua-stauffer' # Josh Stauffer
- '@dctalbot' # David Talbot
- '@wookasz' # Łukasz Lempart
- '@josectobar' # José Tobar
- '@elenajdanova' # Elena Jdanova

# Aggregates a few different teams
core-team:
Expand All @@ -44,3 +47,5 @@ core-team:
- '@jcampbell' # James Campbell
- '@donaldheppner' # Don Heppner
- '@Super-Tanner' # Tanner Beam
- '@allensallinger' # Allen Sallinger
- '@sujensen' # Susan Jensen
73 changes: 73 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,79 @@
title: Changelog
---

### 0.15.45
* [FEATURE] Experimental datasources `batch.head()` ([#6765](https://github.com/great-expectations/great_expectations/pull/6765))
* [FEATURE] Add Validation Result URL to Checkpoint Result ([#6908](https://github.com/great-expectations/great_expectations/pull/6908))
* [BUGFIX] Fix issues rendering code blocks in API docs ([#6917](https://github.com/great-expectations/great_expectations/pull/6917))
* [BUGFIX] Fix list_keys method for TupleS3StoreBackend ([#6901](https://github.com/great-expectations/great_expectations/pull/6901)) (thanks @enagovitsyn)
* [BUGFIX] Fix rendering issue with api docs ([#6924](https://github.com/great-expectations/great_expectations/pull/6924))
* [BUGFIX] Render bar graph with boolean values ([#6910](https://github.com/great-expectations/great_expectations/pull/6910)) (thanks @tmilitino)
* [BUGFIX] Capital one contrib/micdavis/import hotfix ([#6922](https://github.com/great-expectations/great_expectations/pull/6922)) (thanks @micdavis)
* [DOCS] Adding docstring for `Checkpoint.self_check()` ([#6841](https://github.com/great-expectations/great_expectations/pull/6841))
* [DOCS] `AbstractDataContext.add_store` docstring ([#6851](https://github.com/great-expectations/great_expectations/pull/6851))
* [DOCS] Doc Strings for ExpectationSuite Display Methods ([#6856](https://github.com/great-expectations/great_expectations/pull/6856))
* [DOCS] `DataAssistantResult.get_expectation_suite()` docstring ([#6862](https://github.com/great-expectations/great_expectations/pull/6862))
* [DOCS] Misc docstrings around `DataAssistant` ([#6866](https://github.com/great-expectations/great_expectations/pull/6866))
* [DOCS] enable running `invoke docstrings` on select modules ([#6868](https://github.com/great-expectations/great_expectations/pull/6868))
* [DOCS] Adds docstring for expect_column_distinct_values_to_contain_set ([#6855](https://github.com/great-expectations/great_expectations/pull/6855))
* [DOCS] Documentation Strings for Metric Domain Types and Metric Function Types ([#6872](https://github.com/great-expectations/great_expectations/pull/6872))
* [DOCS] added docstrings for the public API ([#6884](https://github.com/great-expectations/great_expectations/pull/6884))
* [DOCS] Add public API docstring for `expect_column_values_to_be_unique` `validate_configuration` ([#6897](https://github.com/great-expectations/great_expectations/pull/6897))
* [DOCS] Miscellaneous docstrings for `DataContext` and utils ([#6852](https://github.com/great-expectations/great_expectations/pull/6852))
* [DOCS] Add public API docstring for `expect_column_values_to_be_of_type` `validate_configuration` ([#6896](https://github.com/great-expectations/great_expectations/pull/6896))
* [DOCS] Add public API docstring for `JsonSchemaProflier.validate` ([#6900](https://github.com/great-expectations/great_expectations/pull/6900))
* [DOCS] Exclude DataAssistantRunner.run() ([#6919](https://github.com/great-expectations/great_expectations/pull/6919))
* [DOCS] StoreValidationResultAction, StoreEvaluationParametersAction and StoreMetricsAction api docs ([#6879](https://github.com/great-expectations/great_expectations/pull/6879))
* [DOCS] Add public API docstring for `expect_column_values_to_be_dateutil_parseable` `validate_configuration` ([#6864](https://github.com/great-expectations/great_expectations/pull/6864))
* [DOCS] YAML docs ([#6861](https://github.com/great-expectations/great_expectations/pull/6861))
* [DOCS] Add public API docstring for `expect_column_values_to_be_decreasing` `validate_configuration` ([#6865](https://github.com/great-expectations/great_expectations/pull/6865))
* [DOCS] Docstrings for `Checkpoint` and related classes ([#6882](https://github.com/great-expectations/great_expectations/pull/6882))
* [DOCS] Add public API docstring for expect_table_row_count_to_be_between validate_configuration ([#6883](https://github.com/great-expectations/great_expectations/pull/6883)) (thanks @lockettks)
* [DOCS] `Validator.get_expectation_suite()` docstring ([#6886](https://github.com/great-expectations/great_expectations/pull/6886))
* [DOCS] Fix Checkpoint docstring whitespace ([#6927](https://github.com/great-expectations/great_expectations/pull/6927))
* [DOCS] `DataAssistantResult` docstring ([#6887](https://github.com/great-expectations/great_expectations/pull/6887))
* [DOCS] Add public API docstring for `expect_column_values_to_be_in_set` `validate_configuration` ([#6890](https://github.com/great-expectations/great_expectations/pull/6890))
* [DOCS] Add public API docstring for `expect_column_values_to_be_in_type_list` and `expect_column_values_to_be_increasing` `validate_configuration` ([#6891](https://github.com/great-expectations/great_expectations/pull/6891))
* [DOCS] Deprecate `util.render_evaluation_parameter_string` function ([#6894](https://github.com/great-expectations/great_expectations/pull/6894))
* [DOCS] Add public API docstring for `Profiler.validate` ([#6898](https://github.com/great-expectations/great_expectations/pull/6898))
* [DOCS] Add public API docstring for `expect_column_values_to_be_between` `validate_configuration` ([#6858](https://github.com/great-expectations/great_expectations/pull/6858))
* [DOCS] Add public API docstring for `expect_column_values_to_be_in_json_parseable` `validate_configuration` ([#6893](https://github.com/great-expectations/great_expectations/pull/6893))
* [DOCS] Add public API docstring for `expect_column_values_to_be_null` `validate_configuration` ([#6895](https://github.com/great-expectations/great_expectations/pull/6895))
* [DOCS] Update docstrings for some of actions.py ([#6853](https://github.com/great-expectations/great_expectations/pull/6853))
* [DOCS] /typo correction ([#6920](https://github.com/great-expectations/great_expectations/pull/6920)) (thanks @mingyyy)
* [DOCS] DOC-417 How to use GX with AWS using Athena ([#6828](https://github.com/great-expectations/great_expectations/pull/6828))
* [DOCS] Adding docstrings ([#6854](https://github.com/great-expectations/great_expectations/pull/6854))
* [MAINTENANCE] Update `teams.yml` ([#6839](https://github.com/great-expectations/great_expectations/pull/6839))
* [MAINTENANCE] invoke 2.0 and `schema` task (for zep types) ([#6836](https://github.com/great-expectations/great_expectations/pull/6836))
* [MAINTENANCE] Build hierarchy in sidebars for API docs ([#6842](https://github.com/great-expectations/great_expectations/pull/6842))
* [MAINTENANCE] Change public_api task name to avoid confusion ([#6843](https://github.com/great-expectations/great_expectations/pull/6843))
* [MAINTENANCE] Add the fragment back to internal references ([#6845](https://github.com/great-expectations/great_expectations/pull/6845))
* [MAINTENANCE] Clean up public_api excludes ([#6846](https://github.com/great-expectations/great_expectations/pull/6846))
* [MAINTENANCE] Fix the error message for invalid batch request options ([#6848](https://github.com/great-expectations/great_expectations/pull/6848))
* [MAINTENANCE] Standardize Store CRUD ([#6826](https://github.com/great-expectations/great_expectations/pull/6826))
* [MAINTENANCE] Fix scripts not found error in invoke ([#6867](https://github.com/great-expectations/great_expectations/pull/6867))
* [MAINTENANCE] Fix argument name typo ([#6850](https://github.com/great-expectations/great_expectations/pull/6850)) (thanks @KirillUlich)
* [MAINTENANCE] more clearly specifies range of supported python versions ([#6870](https://github.com/great-expectations/great_expectations/pull/6870))
* [MAINTENANCE] add validate_configuration docstring ([#6857](https://github.com/great-expectations/great_expectations/pull/6857))
* [MAINTENANCE] docstring for expect_column_values_to_not_be_null#validate_configuration ([#6859](https://github.com/great-expectations/great_expectations/pull/6859))
* [MAINTENANCE] Standardize project config CRUD ([#6837](https://github.com/great-expectations/great_expectations/pull/6837))
* [MAINTENANCE] update docstring in validator.py and checkpoint_result.py ([#6875](https://github.com/great-expectations/great_expectations/pull/6875))
* [MAINTENANCE] updated docstring on validate configuration ([#6871](https://github.com/great-expectations/great_expectations/pull/6871))
* [MAINTENANCE] Exclude unit tests from `comprehensive` stage of `dev` CI ([#6903](https://github.com/great-expectations/great_expectations/pull/6903))
* [MAINTENANCE] Refactor `file_relative_path` util ([#6778](https://github.com/great-expectations/great_expectations/pull/6778))
* [MAINTENANCE] switch to `ruff` linter ([#6888](https://github.com/great-expectations/great_expectations/pull/6888))
* [MAINTENANCE] Use docusaurus style code block in api docs ([#6906](https://github.com/great-expectations/great_expectations/pull/6906))
* [MAINTENANCE] metrics linting ([#6889](https://github.com/great-expectations/great_expectations/pull/6889))
* [MAINTENANCE] Add exception message to `RenderedAtomicContent` failure renderer ([#6795](https://github.com/great-expectations/great_expectations/pull/6795))
* [MAINTENANCE] Remove CloudNotificationAction ([#6881](https://github.com/great-expectations/great_expectations/pull/6881))
* [MAINTENANCE] Use ruff linter for docstring linting ([#6913](https://github.com/great-expectations/great_expectations/pull/6913))
* [MAINTENANCE] Add validate_configuration method docstrings ([#6899](https://github.com/great-expectations/great_expectations/pull/6899))
* [MAINTENANCE] docstring for expect_column_values_to_not_match_like_pattern_list's validate_configuration ([#6874](https://github.com/great-expectations/great_expectations/pull/6874))
* [MAINTENANCE] docstring for expect_column_values_to_not_match_like_pattern validate_configuration ([#6876](https://github.com/great-expectations/great_expectations/pull/6876))
* [MAINTENANCE] docstring for expect_compound_columns_to_be_unique validate_configuration ([#6878](https://github.com/great-expectations/great_expectations/pull/6878))
* [MAINTENANCE] Add docstrings for Validator and its save_expectation_suite and validate methods ([#6885](https://github.com/great-expectations/great_expectations/pull/6885))
* [MAINTENANCE] Type Hints Correction in New Datasources; Additional DocStrings ([#6918](https://github.com/great-expectations/great_expectations/pull/6918))

### 0.15.44
* [FEATURE] Add pandas datasource sorter by refactoring into DataAsset ([#6787](https://github.com/great-expectations/great_expectations/pull/6787))
* [FEATURE] ID/PK Demo Files ([#6833](https://github.com/great-expectations/great_expectations/pull/6833))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```
great_expectations, version 0.15.44
great_expectations, version 0.15.45
```
Loading

0 comments on commit f5e3fd9

Please sign in to comment.