Skip to content

Commit

Permalink
0.2.7 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
TJaniF committed Oct 11, 2023
1 parent 71280b7 commit 9adf21c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,10 +3,15 @@
## Upcoming
* (please add here)

## 0.2.7

* [BUGFIX] Fix schema parameter for Postgres connections by @TJanif in https://github.com/astronomer/airflow-provider-great-expectations/pull/117
* [BUGFIX] Add a driver parameter to the MSSQL connection string by @TJaniF in https://github.com/astronomer/airflow-provider-great-expectations/pull/113/

## 0.2.6
* [FEATURE] Use Snowflake provider to build connection string by @ivanstillfront in https://github.com/astronomer/airflow-provider-great-expectations/pull/98
* [BUGFIX] Snowflake Region Should be Optional by @mpgreg in https://github.com/astronomer/airflow-provider-great-expectations/pull/101
* [MAINTENANCE] Update deprecated map_metric import in custom by @cdkini in https://github.com/astronomer/airflow-provider-great-expectations/pull/99
* [MAINTENANCE] Update deprecated map_metric import in custom by @cdkini in https://github.com/astronomer/airflow-provider-great-expectations/pull/99
* [FEATURE] Add Athena Connection Support by @denimalpaca in https://github.com/astronomer/airflow-provider-great-expectations/pull/91

## 0.2.5
Expand Down
2 changes: 1 addition & 1 deletion great_expectations_provider/__init__.py
@@ -1,4 +1,4 @@
__version__ = "0.2.6"
__version__ = "0.2.7"


def get_provider_info():
Expand Down

0 comments on commit 9adf21c

Please sign in to comment.