generated from amosproj/amos202Xss0Y-projname
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix/235 all steps bdc errors (#239)
* fix minor error in regionalatlas step + moved scrape address step to deprecated + added new bdc config Signed-off-by: Lucca Baumgärtner <lucca.baumgaertner@fau.de> * undo change to input filename Signed-off-by: Lucca Baumgärtner <lucca.baumgaertner@fau.de> * Adjust gpt caching error logging Signed-off-by: Lucca Baumgärtner <lucca.baumgaertner@fau.de> * change input file location back to original Signed-off-by: Lucca Baumgärtner <lucca.baumgaertner@fau.de> * Add explanation for deprecation of scrape_addresses.py Signed-off-by: Lucca Baumgärtner <lucca.baumgaertner@fau.de> * Adjust error logging for review analysis Signed-off-by: Lucca Baumgärtner <lucca.baumgaertner@fau.de> * remove deprecated steps from tests Signed-off-by: Lucca Baumgärtner <lucca.baumgaertner@fau.de> --------- Signed-off-by: Lucca Baumgärtner <lucca.baumgaertner@fau.de>
- Loading branch information
Showing
15 changed files
with
101 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"description": "This config runs all steps with force_refresh set to true.", | ||
"config": { | ||
"steps": [ | ||
{ | ||
"name": "HashGenerator", | ||
"force_refresh": true | ||
}, | ||
{ | ||
"name": "AnalyzeEmails", | ||
"force_refresh": true | ||
}, | ||
{ | ||
"name": "PreprocessPhonenumbers", | ||
"force_refresh": true | ||
}, | ||
{ | ||
"name": "GooglePlaces", | ||
"force_refresh": true | ||
}, | ||
{ | ||
"name": "GooglePlacesDetailed", | ||
"force_refresh": true | ||
}, | ||
{ | ||
"name": "GPTReviewSentimentAnalyzer", | ||
"force_refresh": true | ||
}, | ||
{ | ||
"name": "GPTSummarizer", | ||
"force_refresh": true | ||
}, | ||
{ | ||
"name": "SmartReviewInsightsEnhancer", | ||
"force_refresh": true | ||
}, | ||
{ | ||
"name": "RegionalAtlas", | ||
"force_refresh": true | ||
} | ||
] | ||
} | ||
} |
2 changes: 2 additions & 0 deletions
2
src/demo/pipeline_configs/force_refresh_all_steps.json.license
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SPDX-License-Identifier: MIT | ||
SPDX-FileCopyrightText: 2023 Berkay Bozkurt <resitberkaybozkurt@gmail.com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"description": "This config runs all steps with force_refresh set to true.", | ||
"config": { | ||
"steps": [ | ||
{ | ||
"name": "HashGenerator", | ||
"force_refresh": true | ||
}, | ||
{ | ||
"name": "AnalyzeEmails", | ||
"force_refresh": true | ||
}, | ||
{ | ||
"name": "PreprocessPhonenumbers", | ||
"force_refresh": true | ||
}, | ||
{ | ||
"name": "GooglePlaces", | ||
"force_refresh": true | ||
}, | ||
{ | ||
"name": "RegionalAtlas", | ||
"force_refresh": true | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SPDX-License-Identifier: MIT | ||
SPDX-FileCopyrightText: 2023 Lucca Baumgärtner <lucca.baumgaertner@fau.de> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters