diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f81230a5..1af89c7c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +- Added logic for if_empty param: `check_if_df_empty` task to `ADLSToAzureSQL` flow. +- Added `geopy` library to `requirements`. - Added logic for if_empty param: `check_if_df_empty` task to `ADLSToAzureSQL` flow - Added new parameter `validate_df_dict` to `ADLSToAzureSQL` class + ### Fixed ### Changed diff --git a/requirements.txt b/requirements.txt index 4d6c3a15f..72bbb20b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,4 +45,5 @@ lumaCLI==0.0.19 Office365-REST-Python-Client==2.4.4 TM1py==1.11.3 nltk==3.8.1 -scikit-learn==1.3.2 \ No newline at end of file +scikit-learn==1.3.2 +geopy==2.4.1 \ No newline at end of file