From c4adac376d69e96ae9e83f2a438fd14c288511ae Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Sun, 2 May 2021 16:31:54 +0200 Subject: [PATCH] working on: 0.0.32 Release --- src/covid19/blueprints/owid/owid_service_update.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/covid19/blueprints/owid/owid_service_update.py b/src/covid19/blueprints/owid/owid_service_update.py index 703cea37..67347f02 100644 --- a/src/covid19/blueprints/owid/owid_service_update.py +++ b/src/covid19/blueprints/owid/owid_service_update.py @@ -17,6 +17,10 @@ class OwidServiceUpdateBase: class WhoServiceUpdateFull(OwidServiceUpdateBase): + def __update_dimension_tables(self): + self.__update_date_reported() + return self + def __update_date_reported(self): app.logger.info(" WhoServiceUpdateFull.__update_date_reported [begin]") app.logger.info("------------------------------------------------------------") -- GitLab