diff --git a/src/covid19/blueprints/owid/owid_service_update.py b/src/covid19/blueprints/owid/owid_service_update.py index 703cea3779e476e7d5bf995573a93449bc128c9e..67347f02bc4eb3c2459ff2895c3a70b7b6694319 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("------------------------------------------------------------")