From 5e1c7e7b7861dde6d7b5fe806b0732585ca0b243 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Tue, 4 May 2021 17:34:09 +0200 Subject: [PATCH] ### 0.0.32 Release * Fixed #212 implement OwidService.task_database_drop_create() * Fixed #214 implement OwidServiceUpdate.update_dimension_tables_only() * Fixed #215 implement OwidServiceUpdate.update_fact_table_incremental_only() * Fixed #216 implement OwidServiceUpdate.update_fact_table_initial_only() * Fixed #217 implement OwidServiceUpdate.update_star_schema_incremental() * Fixed #218 implement OwidServiceUpdate.update_star_schema_initial() * Fixed #210 database.py: logging for Celery on Windows (wontfix) --- docs/BACKLOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/BACKLOG.md b/docs/BACKLOG.md index 56bed99f..70a2701c 100644 --- a/docs/BACKLOG.md +++ b/docs/BACKLOG.md @@ -304,6 +304,9 @@ * Fixed #210 database.py: logging for Celery on Windows (wontfix) ### 0.0.33 Release +* QA: Test and find bugs: WHO,OWID,ADMIN + +### 0.0.34 Release * ------------------------------------- * Issue #195 RkiVaccinationImport.get_daterep_missing_in_vaccination_data(): native SQL to SQLalechemy Query * ------------------------------------- -- GitLab