diff --git a/docs/docusaurus/docs/changelog.md b/docs/docusaurus/docs/changelog.md index 0947952968d3..2b3ce1262761 100644 --- a/docs/docusaurus/docs/changelog.md +++ b/docs/docusaurus/docs/changelog.md @@ -2,6 +2,50 @@ title: Changelog --- +### 0.16.2 +* [FEATURE] Develop PandasDBFSDatasource (as part of Fluent Datasources) ([#7372](https://github.com/great-expectations/great_expectations/pull/7372)) +* [FEATURE] Make SQL datasources add asset methods public. ([#7387](https://github.com/great-expectations/great_expectations/pull/7387)) +* [FEATURE] Develop SparkDBFSDatasource (as part of Fluent Datasources) ([#7380](https://github.com/great-expectations/great_expectations/pull/7380)) +* [FEATURE] add optional `id` to Fluent Datasources and DataAsset schemas ([#7334](https://github.com/great-expectations/great_expectations/pull/7334)) +* [FEATURE] Fluent SQLDatasource accepts arbitrary `kwargs` ([#7394](https://github.com/great-expectations/great_expectations/pull/7394)) +* [FEATURE] Fluent `SQLDatasource` `create_temp_table` ([#7407](https://github.com/great-expectations/great_expectations/pull/7407)) +* [FEATURE] F/great 1463/add updates with datasource obj ([#7401](https://github.com/great-expectations/great_expectations/pull/7401)) +* [FEATURE] Fluent SparkDataframeDatasource with DataframeDataAsset ([#7425](https://github.com/great-expectations/great_expectations/pull/7425)) +* [BUGFIX] Add FluentBatchRequest early exit to convert_to_json_serializable ([#7381](https://github.com/great-expectations/great_expectations/pull/7381)) +* [BUGFIX] Handle non-string fluent batch request options in convert_to_json_serializable ([#7386](https://github.com/great-expectations/great_expectations/pull/7386)) +* [BUGFIX] Fix bug with case sensitive execution env ([#7393](https://github.com/great-expectations/great_expectations/pull/7393)) +* [BUGFIX] Fixing typographical errors and argument omissions ([#7398](https://github.com/great-expectations/great_expectations/pull/7398)) +* [BUGFIX] Remove Query ID from exception for query.template_values metric ([#7373](https://github.com/great-expectations/great_expectations/pull/7373)) (thanks @itaise) +* [BUGFIX] Fluent `PandasFilesytemDatasources` data_connector fixes ([#7414](https://github.com/great-expectations/great_expectations/pull/7414)) +* [DOCS] Add back GX logo to README ([#7391](https://github.com/great-expectations/great_expectations/pull/7391)) +* [DOCS] DOC-473: Adds shared components for fluent and state management updates ([#7404](https://github.com/great-expectations/great_expectations/pull/7404)) +* [DOCS] DOC-473 Adds guide "How to set up GX to work with SQL databases" ([#7409](https://github.com/great-expectations/great_expectations/pull/7409)) +* [DOCS] DOC-473 Adds guide "How to set up GX to work with data on GCS" ([#7408](https://github.com/great-expectations/great_expectations/pull/7408)) +* [DOCS] Pending doc updates for Data Context state management and fluent Datasource configuration ([#7301](https://github.com/great-expectations/great_expectations/pull/7301)) +* [DOCS] Put data_context.md code examples under test ([#7417](https://github.com/great-expectations/great_expectations/pull/7417)) +* [MAINTENANCE] Make sure sqlalchemy 2.0 warnings are emitted when running pipelines ([#7379](https://github.com/great-expectations/great_expectations/pull/7379)) +* [MAINTENANCE] Make sure all existing warnings are ignored in full CI pipeline ([#7389](https://github.com/great-expectations/great_expectations/pull/7389)) +* [MAINTENANCE] Add PR title checker GitHub Action ([#7365](https://github.com/great-expectations/great_expectations/pull/7365)) +* [MAINTENANCE] Re-enable warnings as errors ([#7383](https://github.com/great-expectations/great_expectations/pull/7383)) +* [MAINTENANCE] Test against minimum SQLAlchemy versions ([#7396](https://github.com/great-expectations/great_expectations/pull/7396)) +* [MAINTENANCE] : split up map_metric_provider.py ([#7402](https://github.com/great-expectations/great_expectations/pull/7402)) +* [MAINTENANCE] Consolidate Cloud tutorials ([#7395](https://github.com/great-expectations/great_expectations/pull/7395)) +* [MAINTENANCE] Change for `connection.execute()` for SQLAlchemy 2 compatibility ([#7384](https://github.com/great-expectations/great_expectations/pull/7384)) +* [MAINTENANCE] Bump SQLAlchemy lower bound to 1.4.0 ([#7413](https://github.com/great-expectations/great_expectations/pull/7413)) +* [MAINTENANCE] Validate `ExpectationConfiguration` before adding to suite ([#7366](https://github.com/great-expectations/great_expectations/pull/7366)) +* [MAINTENANCE] Convert to python built in warning categories ([#7415](https://github.com/great-expectations/great_expectations/pull/7415)) +* [MAINTENANCE] Move NotImported to optional_imports.py and start using it. ([#7421](https://github.com/great-expectations/great_expectations/pull/7421)) +* [MAINTENANCE] Bump minimist from 1.2.5 to 1.2.8 in /docs/docusaurus ([#7419](https://github.com/great-expectations/great_expectations/pull/7419)) +* [MAINTENANCE] PandasFilesystemDatasource stubs and Schema corrections ([#7428](https://github.com/great-expectations/great_expectations/pull/7428)) +* [MAINTENANCE] Bump loader-utils from 2.0.2 to 2.0.4 in /docs/docusaurus ([#7429](https://github.com/great-expectations/great_expectations/pull/7429)) +* [MAINTENANCE] Bump webpack from 5.74.0 to 5.76.3 in /docs/docusaurus ([#7430](https://github.com/great-expectations/great_expectations/pull/7430)) +* [MAINTENANCE] Fix some failing tests when running pytest with no args locally ([#7426](https://github.com/great-expectations/great_expectations/pull/7426)) +* [MAINTENANCE] only provide `py.typed` files for fully typed sub-packages ([#7438](https://github.com/great-expectations/great_expectations/pull/7438)) +* [MAINTENANCE] Some fluent datasource methods should be private ([#7437](https://github.com/great-expectations/great_expectations/pull/7437)) +* [CONTRIB] Adding support for date for the row condition parser ([#7359](https://github.com/great-expectations/great_expectations/pull/7359)) (thanks @maayaniti) +* [CONTRIB] Limit results for two expectations ([#7403](https://github.com/great-expectations/great_expectations/pull/7403)) (thanks @itaise) +* [CONTRIB] [MAINTENANCE] Custom query expectation and editing query.template_values metric ([#7390](https://github.com/great-expectations/great_expectations/pull/7390)) (thanks @mantasmy) + ### 0.16.1 * [FEATURE] Fluent CRUD operation stubs ([#7347](https://github.com/great-expectations/great_expectations/pull/7347)) * [FEATURE] Implement DataBricks (DBFS) DataConnector for Fluent Datasources needs ([#7355](https://github.com/great-expectations/great_expectations/pull/7355)) diff --git a/docs_rtd/changelog.rst b/docs_rtd/changelog.rst index 1627536939c6..b00c350a67e8 100644 --- a/docs_rtd/changelog.rst +++ b/docs_rtd/changelog.rst @@ -4,6 +4,51 @@ Changelog ######### +0.16.2 +----------------- +* [FEATURE] Develop PandasDBFSDatasource (as part of Fluent Datasources) ([#7372](https://github.com/great-expectations/great_expectations/pull/7372)) +* [FEATURE] Make SQL datasources add asset methods public. ([#7387](https://github.com/great-expectations/great_expectations/pull/7387)) +* [FEATURE] Develop SparkDBFSDatasource (as part of Fluent Datasources) ([#7380](https://github.com/great-expectations/great_expectations/pull/7380)) +* [FEATURE] add optional `id` to Fluent Datasources and DataAsset schemas ([#7334](https://github.com/great-expectations/great_expectations/pull/7334)) +* [FEATURE] Fluent SQLDatasource accepts arbitrary `kwargs` ([#7394](https://github.com/great-expectations/great_expectations/pull/7394)) +* [FEATURE] Fluent `SQLDatasource` `create_temp_table` ([#7407](https://github.com/great-expectations/great_expectations/pull/7407)) +* [FEATURE] F/great 1463/add updates with datasource obj ([#7401](https://github.com/great-expectations/great_expectations/pull/7401)) +* [FEATURE] Fluent SparkDataframeDatasource with DataframeDataAsset ([#7425](https://github.com/great-expectations/great_expectations/pull/7425)) +* [BUGFIX] Add FluentBatchRequest early exit to convert_to_json_serializable ([#7381](https://github.com/great-expectations/great_expectations/pull/7381)) +* [BUGFIX] Handle non-string fluent batch request options in convert_to_json_serializable ([#7386](https://github.com/great-expectations/great_expectations/pull/7386)) +* [BUGFIX] Fix bug with case sensitive execution env ([#7393](https://github.com/great-expectations/great_expectations/pull/7393)) +* [BUGFIX] Fixing typographical errors and argument omissions ([#7398](https://github.com/great-expectations/great_expectations/pull/7398)) +* [BUGFIX] Remove Query ID from exception for query.template_values metric ([#7373](https://github.com/great-expectations/great_expectations/pull/7373)) (thanks @itaise) +* [BUGFIX] Fluent `PandasFilesytemDatasources` data_connector fixes ([#7414](https://github.com/great-expectations/great_expectations/pull/7414)) +* [DOCS] Add back GX logo to README ([#7391](https://github.com/great-expectations/great_expectations/pull/7391)) +* [DOCS] DOC-473: Adds shared components for fluent and state management updates ([#7404](https://github.com/great-expectations/great_expectations/pull/7404)) +* [DOCS] DOC-473 Adds guide "How to set up GX to work with SQL databases" ([#7409](https://github.com/great-expectations/great_expectations/pull/7409)) +* [DOCS] DOC-473 Adds guide "How to set up GX to work with data on GCS" ([#7408](https://github.com/great-expectations/great_expectations/pull/7408)) +* [DOCS] Pending doc updates for Data Context state management and fluent Datasource configuration ([#7301](https://github.com/great-expectations/great_expectations/pull/7301)) +* [DOCS] Put data_context.md code examples under test ([#7417](https://github.com/great-expectations/great_expectations/pull/7417)) +* [MAINTENANCE] Make sure sqlalchemy 2.0 warnings are emitted when running pipelines ([#7379](https://github.com/great-expectations/great_expectations/pull/7379)) +* [MAINTENANCE] Make sure all existing warnings are ignored in full CI pipeline ([#7389](https://github.com/great-expectations/great_expectations/pull/7389)) +* [MAINTENANCE] Add PR title checker GitHub Action ([#7365](https://github.com/great-expectations/great_expectations/pull/7365)) +* [MAINTENANCE] Re-enable warnings as errors ([#7383](https://github.com/great-expectations/great_expectations/pull/7383)) +* [MAINTENANCE] Test against minimum SQLAlchemy versions ([#7396](https://github.com/great-expectations/great_expectations/pull/7396)) +* [MAINTENANCE] : split up map_metric_provider.py ([#7402](https://github.com/great-expectations/great_expectations/pull/7402)) +* [MAINTENANCE] Consolidate Cloud tutorials ([#7395](https://github.com/great-expectations/great_expectations/pull/7395)) +* [MAINTENANCE] Change for `connection.execute()` for SQLAlchemy 2 compatibility ([#7384](https://github.com/great-expectations/great_expectations/pull/7384)) +* [MAINTENANCE] Bump SQLAlchemy lower bound to 1.4.0 ([#7413](https://github.com/great-expectations/great_expectations/pull/7413)) +* [MAINTENANCE] Validate `ExpectationConfiguration` before adding to suite ([#7366](https://github.com/great-expectations/great_expectations/pull/7366)) +* [MAINTENANCE] Convert to python built in warning categories ([#7415](https://github.com/great-expectations/great_expectations/pull/7415)) +* [MAINTENANCE] Move NotImported to optional_imports.py and start using it. ([#7421](https://github.com/great-expectations/great_expectations/pull/7421)) +* [MAINTENANCE] Bump minimist from 1.2.5 to 1.2.8 in /docs/docusaurus ([#7419](https://github.com/great-expectations/great_expectations/pull/7419)) +* [MAINTENANCE] PandasFilesystemDatasource stubs and Schema corrections ([#7428](https://github.com/great-expectations/great_expectations/pull/7428)) +* [MAINTENANCE] Bump loader-utils from 2.0.2 to 2.0.4 in /docs/docusaurus ([#7429](https://github.com/great-expectations/great_expectations/pull/7429)) +* [MAINTENANCE] Bump webpack from 5.74.0 to 5.76.3 in /docs/docusaurus ([#7430](https://github.com/great-expectations/great_expectations/pull/7430)) +* [MAINTENANCE] Fix some failing tests when running pytest with no args locally ([#7426](https://github.com/great-expectations/great_expectations/pull/7426)) +* [MAINTENANCE] only provide `py.typed` files for fully typed sub-packages ([#7438](https://github.com/great-expectations/great_expectations/pull/7438)) +* [MAINTENANCE] Some fluent datasource methods should be private ([#7437](https://github.com/great-expectations/great_expectations/pull/7437)) +* [CONTRIB] Adding support for date for the row condition parser ([#7359](https://github.com/great-expectations/great_expectations/pull/7359)) (thanks @maayaniti) +* [CONTRIB] Limit results for two expectations ([#7403](https://github.com/great-expectations/great_expectations/pull/7403)) (thanks @itaise) +* [CONTRIB] [MAINTENANCE] Custom query expectation and editing query.template_values metric ([#7390](https://github.com/great-expectations/great_expectations/pull/7390)) (thanks @mantasmy) + 0.16.1 ----------------- * [FEATURE] Fluent CRUD operation stubs ([#7347](https://github.com/great-expectations/great_expectations/pull/7347)) diff --git a/great_expectations/deployment_version b/great_expectations/deployment_version index 2a0970ca757c..201a22c8fa5c 100644 --- a/great_expectations/deployment_version +++ b/great_expectations/deployment_version @@ -1 +1 @@ -0.16.1 +0.16.2