Skip to content
Snippets Groups Projects
  1. Apr 28, 2021
    • thomaswoehlke's avatar
      ### 0.0.31 Release · b37c0397
      thomaswoehlke authored
      * -------------------------------------
      * Fixed #211 ECDC-templates: change URL to for_url()
      * Fixed #213 WHO-template: change URL to for_url()
      * -------------------------------------
      * Fixed #83  WhoImport.get_new_dates_as_array() SQLalchemy instead of SQL
      * Fixed #219 WhoImport.countries() SQLalchemy instead of SQL
      * -------------------------------------
      * Fixed #196 OwidImport.get_new_dates_reported_as_array() needs implementation
  2. Apr 25, 2021
    • thomaswoehlke's avatar
      working on 0.0.31 Release · ff5a0d51
      thomaswoehlke authored
      * -------------------------------------
      * Fixed #211 ECDC-templates: change URL to for_url()
      * Fixed #213 WHO-template: change URL to for_url()
      * -------------------------------------
      * Issue #195 RkiVaccinationImport.get_daterep_missing_in_vaccination_data(): native SQL to SQLalechemy Query
      * Fixed #83  WhoImport.get_new_dates_as_array() SQLalchemy instead of SQL
      * Fixed #219 WhoImport.countries() SQLalchemy instead of SQL
      * -------------------------------------
      * Issue #207 remove deprecated: database.port
      * Issue #208 remove deprecated: database.run_run_with_debug
      * Issue #209 remove deprecated: database.ITEMS_PER_PAGE
      * -------------------------------------
      * Issue #210 database.py: logging for Celery on Windows
      * -------------------------------------
      * Fixed #196 OwidImport.get_new_dates_reported_as_array() needs implementation
      * -------------------------------------
      * Issue #212 implement OwidService.task_database_drop_create()
      * -------------------------------------
      * Issue #214 implement OwidServiceUpdate.update_dimension_tables_only()
      * Issue #215 implement OwidServiceUpdate.update_fact_table_incremental_only()
      * Issue #216 implement OwidServiceUpdate.update_fact_table_initial_only()
      * Issue #217 implement OwidServiceUpdate.update_star_schema_incremental()
      * Issue #218 implement OwidServiceUpdate.update_star_schema_initial()
      * -------------------------------------
      ff5a0d51
    • thomaswoehlke's avatar
      work · 146de0f5
      thomaswoehlke authored
      146de0f5
  3. Apr 17, 2021
  4. Apr 13, 2021
  5. Apr 07, 2021
  6. Apr 04, 2021
  7. Feb 20, 2021
    • thomaswoehlke's avatar
      ### 0.0.18 Release · 62546b9b
      thomaswoehlke authored
      * Fixed #133 implement RkiBundeslaenderService.task_database_drop_create
      * Fixed #134 implement RkiBundeslaenderService.run_update_dimension_tables_only
      * Fixed #135 implement RkiBundeslaenderService.run_update_fact_table_incremental_only
      * Fixed #136 implement RkiBundeslaenderService.run_update_fact_table_initial_only
      * Fixed #137 implement RkiBundeslaenderService.run_update_star_schema_incremental
      * Fixed #138 implement RkiBundeslaenderService.run_update_star_schema_initial
      * Fixed #132 refactor RkiBundeslaenderService to new method scheme introduced 07.02.2021
      * -------------------------------------
      * Fixed #147 refactor RkiBundeslaenderServiceUpdate.__update_who_date_reported
      * Fixed #148 refactor RkiBundeslaenderServiceUpdate.__update_who_region
      * Fixed #149 refactor RkiBundeslaenderServiceUpdate.__update_who_country
      * Fixed #150 refactor RkiBundeslaenderServiceUpdate.__update_who_global_data
      * Fixed #151 refactor RkiBundeslaenderServiceUpdate.__update_who_global_data_short
      * Fixed #152 refactor RkiBundeslaenderServiceUpdate.__update_who_global_data_initial
      * Fixed #153 refactor RkiBundeslaenderServiceUpdate.update_db
      * Fixed #154 refactor RkiBundeslaenderServiceUpdate.update_db_short
      * Fixed #155 refactor RkiBundeslaenderServiceUpdate.update_db_initial
      * -------------------------------------
      * Fixed #131 change to ORM ClassHierarchy in: RkiGermanyDataImportTable.get_new_dates_as_array
      * Fixed #129 change to ORM ClassHierarchy in: RkiLandkreiseImport.get_new_dates_as_array
      * Fixed #146 add Tasks and URLs for starting Tasks to rki_views
      * Fixed #127 implement RkiBundeslaenderImport.get_dates_reported
      * -------------------------------------
      * Fixed #141 implement RkiBundeslaenderServiceUpdate.update_dimension_tables_only
      * Fixed #142 implement RkiBundeslaenderServiceUpdate.update_fact_table_incremental_only
      * Fixed #143 implement RkiBundeslaenderServiceUpdate.update_fact_table_initial_only
      * Fixed #144 implement RkiBundeslaenderServiceUpdate.update_star_schema_incremental
      * Fixed #145 implement RkiBundeslaenderServiceUpdate.update_star_schema_initial
  8. Feb 18, 2021
  9. Feb 17, 2021
    • thomaswoehlke's avatar
      ### 0.0.18 Release · 4b6682ce
      thomaswoehlke authored
      4b6682ce
    • thomaswoehlke's avatar
      ### 0.0.18 Release · cf7f170a
      thomaswoehlke authored
      cf7f170a
    • thomaswoehlke's avatar
      ### 0.0.17 Release · 742ac9f0
      thomaswoehlke authored
      * Fixed #82 change to ORM ClassHierarchy
      * Fixed #42 SQLalchemy instead of SQL: WhoImport.get_new_dates_as_array()
      * Fixed #83 SQLalchemy instead of SQL in WhoImport.get_new_dates_as_array
      * Fixed #108 change to ORM ClassHierarchy in: EcdcImport.get_countries_of_continent
      * Fixed #39 SQLalchemy instead of SQL: AllModelClasses.remove_all()
      * Fixed #40 SQLalchemy instead of SQL: EcdcImport.get_date_rep()
      * Fixed #41 SQLalchemy instead of SQL: EcdcImport.get_countries_of_continent()
      * Fixed #107 SQLalchemy instead of SQL in: EcdcImport.get_countries_of_continent
      * Fixed #109 SQLalchemy instead of SQL in: EcdcImport.get_date_rep
      * Fixed #110 SQLalchemy instead of SQL in: EcdcImport.get_continent
      * Fixed #123 split RkiBundeslaenderService into two Services, one for bundeslaender and one for landkreise
      * Fixed #128 add fields from csv to RkiLandkreiseImport
      * Fixed #139 refactor RkiBundeslaenderServiceDownload to new method scheme introduced 07.02.2021
      * Fixed #140 move WhoImport to RKI in: rk_service_import.py
      * Fixed #125 implement RkiLandkreise
      * Fixed #126 implement RkiBundeslaenderImport
      742ac9f0
    • thomaswoehlke's avatar
      ### 0.0.17 Release · 5663ddb7
      thomaswoehlke authored
      * -------------------------------------
      * Issue #82 change to ORM ClassHierarchy
      * Fixed #108 change to ORM ClassHierarchy in: EcdcImport.get_countries_of_continent
      * Fixed #39 SQLalchemy instead of SQL: AllModelClasses.remove_all()
      * Fixed #40 SQLalchemy instead of SQL: EcdcImport.get_date_rep()
      * Fixed #41 SQLalchemy instead of SQL: EcdcImport.get_countries_of_continent()
      * Fixed #107 SQLalchemy instead of SQL in: EcdcImport.get_countries_of_continent
      * Fixed #109 SQLalchemy instead of SQL in: EcdcImport.get_date_rep
      * Fixed #110 SQLalchemy instead of SQL in: EcdcImport.get_continent
      * -------------------------------------
      * Fixed #123 split RkiBundeslaenderService into two Services, one for bundeslaender and one for landkreise
      * Fixed #128 add fields from csv to RkiLandkreiseImport
      * Fixed #139 refactor RkiBundeslaenderServiceDownload to new method scheme introduced 07.02.2021
      * Fixed #140 move WhoImport to RKI in: rk_service_import.py
      * Fixed #125 implement RkiLandkreise
      * Fixed #126 implement RkiBundeslaenderImport
      * Issue #129 change to ORM ClassHierarchy in: RkiLandkreiseImport.get_new_dates_as_array
      * Issue #131 change to ORM ClassHierarchy in: RkiGermanyDataImportTable.get_new_dates_as_array
      * Issue #146 add Tasks and URLs for starting Tasks to rki_views
      * Issue #127 implement RkiBundeslaenderImport.get_dates_reported
      * Issue #132 refactor RkiBundeslaenderService to new method scheme introduced 07.02.2021
      * Issue #133 implement RkiBundeslaenderService.task_database_drop_create
      * Issue #134 implement RkiBundeslaenderService.run_update_dimension_tables_only
      * Issue #135 implement RkiBundeslaenderService.run_update_fact_table_incremental_only
      * Issue #136 implement RkiBundeslaenderService.run_update_fact_table_initial_only
      * Issue #137 implement RkiBundeslaenderService.run_update_star_schema_incremental
      * Issue #138 implement RkiBundeslaenderService.run_update_star_schema_initial
      * Issue #141 implement RkiBundeslaenderServiceUpdate.update_dimension_tables_only
      * Issue #142 implement RkiBundeslaenderServiceUpdate.update_fact_table_incremental_only
      * Issue #143 implement RkiBundeslaenderServiceUpdate.update_fact_table_initial_only
      * Issue #144 implement RkiBundeslaenderServiceUpdate.update_star_schema_incremental
      * Issue #145 implement RkiBundeslaenderServiceUpdate.update_star_schema_initial
      * Issue #147 refactor RkiBundeslaenderServiceUpdate.__update_who_date_reported
      * Issue #148 refactor RkiBundeslaenderServiceUpdate.__update_who_region
      * Issue #149 refactor RkiBundeslaenderServiceUpdate.__update_who_country
      * Issue #150 refactor RkiBundeslaenderServiceUpdate.__update_who_global_data
      * Issue #151 refactor RkiBundeslaenderServiceUpdate.__update_who_global_data_short
      * Issue #152 refactor RkiBundeslaenderServiceUpdate.__update_who_global_data_initial
      * Issue #153 refactor RkiBundeslaenderServiceUpdate.update_db
      * Issue #154 refactor RkiBundeslaenderServiceUpdate.update_db_short
      * Issue #155 refactor RkiBundeslaenderServiceUpdate.update_db_initial
      
      ### 0.0.18 Release
      * Issue #42 SQLalchemy instead of SQL: WhoImport.get_new_dates_as_array()
      * Issue #83 SQLalchemy instead of SQL in WhoImport.get_new_dates_as_array
      5663ddb7
    • thomaswoehlke's avatar
      ### 0.0.17 Release · 4c5ec998
      thomaswoehlke authored
      * Fixed #123 split RkiBundeslaenderService into two Services, one for bundeslaender and one for landkreise
      * Fixed #128 add fields from csv to RkiLandkreiseImport
      * Fixed #139 refactor RkiBundeslaenderServiceDownload to new method scheme introduced 07.02.2021
      * Fixed #140 move WhoImport to RKI in: rk_service_import.py
      * Fixed #125 implement RkiLandkreise
      * Fixed #126 implement RkiBundeslaenderImport
      
      ### 0.0.18 Release
      * Fixed #39 SQLalchemy instead of SQL: AllModelClasses.remove_all()
      * Fixed #40 SQLalchemy instead of SQL: EcdcImport.get_date_rep()
      * Fixed #41 SQLalchemy instead of SQL: EcdcImport.get_countries_of_continent()
      * Fixed #107 SQLalchemy instead of SQL in: EcdcImport.get_countries_of_continent
      * Fixed #109 SQLalchemy instead of SQL in: EcdcImport.get_date_rep
      * Fixed #110 SQLalchemy instead of SQL in: EcdcImport.get_continent
      4c5ec998
  10. Feb 14, 2021
    • thomaswoehlke's avatar
      ### 0.0.17 Release · 7a1b5038
      thomaswoehlke authored
      * Fixed #123 split RkiBundeslaenderService into two Services, one for bundeslaender and one for landkreise
      * Fixed #128 add fields from csv to RkiLandkreiseImport
      * Fixed #139 refactor RkiBundeslaenderServiceDownload to new method scheme introduced 07.02.2021
      * Fixed #140 move WhoImport to RKI in: rk_service_import.py
      * Fixed #125 implement RkiLandkreise
      * Fixed #126 implement RkiBundeslaenderImport
      
      ### 0.0.18 Release
      * Fixed #39 SQLalchemy instead of SQL: AllModelClasses.remove_all()
      * Fixed #40 SQLalchemy instead of SQL: EcdcImport.get_date_rep()
      * Fixed #41 SQLalchemy instead of SQL: EcdcImport.get_countries_of_continent()
      * Fixed #107 SQLalchemy instead of SQL in: EcdcImport.get_countries_of_continent
      * Fixed #109 SQLalchemy instead of SQL in: EcdcImport.get_date_rep
      * Fixed #110 SQLalchemy instead of SQL in: EcdcImport.get_continent
      7a1b5038
    • thomaswoehlke's avatar
      ### 0.0.16 Release · 587896a7
      thomaswoehlke authored
      * -------------------------------------
      * Issue #82 change to ORM ClassHierarchy
      * Issue #108 change to ORM ClassHierarchy in: EcdcImport.get_countries_of_continent
      * -------------------------------------
      * Fixed #111 refactor to new method scheme introduced 07.02.2021
      * Fixed #117 refactor EcdcServiceUpdate to new method scheme introduced 07.02.2021
      * Fixed #112 implement EcdcService.run_update_dimension_tables_only
      * Fixed #113 implement EcdcService.run_update_fact_table_incremental_only
      * Fixed #114 implement EcdcService.run_update_fact_table_initial_only
      * Fixed #115 implement EcdcService.run_update_star_schema_incremental
      * Fixed #116 implement EcdcService.run_update_star_schema_initial
      * Fixed #118 implement EcdcServiceUpdate.update_dimension_tables_only
      * Fixed #119 implement EcdcServiceUpdate.update_fact_table_incremental_only
      * Fixed #120 implement EcdcServiceUpdate.update_fact_table_initial_only
      * Fixed #121 implement EcdcServiceUpdate.update_star_schema_incremental
      * Fixed #122 implement EcdcServiceUpdate.update_star_schema_initial
      * -------------------------------------
      * Fixed #163 implement url_europe_task_update_star_schema_initial in europe_views.py
      * Fixed #164 implement url_europe_task_update_starschema_incremental in europe_views.py
      * Fixed #165 implement url_europe_task_download_only in europe_views.py
      * Fixed #166 implement url_europe_task_import_only in europe_views.py
      * Fixed #167 implement url_europe_task_update_dimensiontables_only in europe_views.py
      * Fixed #168 implement url_europe_task_update_facttable_incremental_only in europe_views.py
      * Fixed #169 implement url_europe_task_update_facttable_initial_only in europe_views.py
      
      ### 0.0.17 Release
      * Fixed #123 split RkiBundeslaenderService into two Services, one for bundeslaender and one for landkreise
      * Fixed #128 add fields from csv to RkiLandkreiseImport
      * Fixed #139 refactor RkiBundeslaenderServiceDownload to new method scheme introduced 07.02.2021
      * Fixed #140 move WhoImport to RKI in: rk_service_import.py
      * Fixed #125 implement RkiLandkreise
      * Fixed #126 implement RkiBundeslaenderImport
      587896a7
    • thomaswoehlke's avatar
      ### 0.0.15 Release · 18662b2f
      thomaswoehlke authored
      * -------------------------------------
      * Fixed #88 rename RkiVaccinationImport to RkiVaccinationImport
      * Fixed #89 change tablename from vaccination_germany_timeline_import to vaccination_import
      * Fixed #86 rename RkiVaccinationData to RkiVaccinationData
      * Fixed #162 rename table vaccination_germany_timeline into vaccination_data
      * -------------------------------------
      * Fixed #170 implement url_vaccination_task_update_star_schema_initial in vaccination_views.py
      * Fixed #171 implement url_vaccination_task_update_starschema_incremental in vaccination_views.py
      * Fixed #172 implement url_vaccination_task_import_only in vaccination_views.py
      * Fixed #173 implement url_vaccination_task_import_only in vaccination_views.py
      * Fixed #174 implement url_vaccination_task_update_dimensiontables_only in vaccination_views.py
      * Fixed #175 implement url_vaccination_task_update_facttable_incremental_only in vaccination_views.py
      * Fixed #176 implement url_vaccination_task_update_facttable_initial_only in vaccination_views.py
      * -------------------------------------
      * Fixed #91 implement RkiVaccinationService.run_download_only
      * Fixed #92 implement RkiVaccinationService.run_import_only
      * Fixed #93 implement RkiVaccinationService.run_update_dimension_tables_only
      * Fixed #94 implement RkiVaccinationService.run_update_fact_table_incremental_only
      * Fixed #95 implement RkiVaccinationService.run_update_fact_table_initial_only
      * Fixed #96 implement RkiVaccinationService.run_update_star_schema_incremental
      * Fixed #97 implement RkiVaccinationService.run_update_star_schema_initial
      * Fixed #101 implement RkiVaccinationServiceUpdate.update_dimension_tables_only
      * Fixed #102 implement RkiVaccinationServiceUpdate.update_fact_table_incremental_only
      * Fixed #103 implement RkiVaccinationServiceUpdate.update_fact_table_initial_only
      * Fixed #104 implement RkiVaccinationServiceUpdate.update_star_schema_incremental
      * Fixed #105 implement RkiVaccinationServiceUpdate.update_star_schema_initial
      * -------------------------------------
      * Fixed #90 refactor RkiVaccinationService to new method scheme introduced 07.02.2021
      * Fixed #98 refactor RkiVaccinationServiceDownload to new method scheme introduced 07.02.2021
      * Fixed #99 refactor RkiVaccinationServiceImport to new method scheme introduced 07.02.2021
      * Fixed #100 refactor RkiVaccinationServiceUpdate to new method scheme introduced 07.02.2021
      * -------------------------------------
      * Fixed #87 change to: Vaccination.datum many to one RkiVaccinationDateReported
      * Fixed #106 add Tasks and URLs for starting Tasks to vaccination_views
      * -------------------------------------
      
      ### 0.0.16 Release
      * -------------------------------------
      * Issue #82 change to ORM ClassHierarchy
      * Issue #108 change to ORM ClassHierarchy in: EcdcImport.get_countries_of_continent
      * -------------------------------------
      * Fixed #111 refactor to new method scheme introduced 07.02.2021
      * Fixed #117 refactor EcdcServiceUpdate to new method scheme introduced 07.02.2021
      * Fixed #112 implement EcdcService.run_update_dimension_tables_only
      * Fixed #113 implement EcdcService.run_update_fact_table_incremental_only
      * Fixed #114 implement EcdcService.run_update_fact_table_initial_only
      * Fixed #115 implement EcdcService.run_update_star_schema_incremental
      * Fixed #116 implement EcdcService.run_update_star_schema_initial
      * Fixed #118 implement EcdcServiceUpdate.update_dimension_tables_only
      * Fixed #119 implement EcdcServiceUpdate.update_fact_table_incremental_only
      * Fixed #120 implement EcdcServiceUpdate.update_fact_table_initial_only
      * Fixed #121 implement EcdcServiceUpdate.update_star_schema_incremental
      * Fixed #122 implement EcdcServiceUpdate.update_star_schema_initial
      * -------------------------------------
      * Fixed #163 implement url_europe_task_update_star_schema_initial in europe_views.py
      * Fixed #164 implement url_europe_task_update_starschema_incremental in europe_views.py
      * Fixed #165 implement url_europe_task_download_only in europe_views.py
      * Fixed #166 implement url_europe_task_import_only in europe_views.py
      * Fixed #167 implement url_europe_task_update_dimensiontables_only in europe_views.py
      * Fixed #168 implement url_europe_task_update_facttable_incremental_only in europe_views.py
      * Fixed #169 implement url_europe_task_update_facttable_initial_only in europe_views.py
      
      ### 0.0.17 Release
      * Fixed #123 split RkiBundeslaenderService into two Services, one for bundeslaender and one for landkreise
      * Fixed #128 add fields from csv to RkiLandkreiseImport
      * Fixed #139 refactor RkiBundeslaenderServiceDownload to new method scheme introduced 07.02.2021
      * Fixed #140 move WhoImport to RKI in: rk_service_import.py
      * Fixed #125 implement RkiLandkreise
      * Fixed #126 implement RkiBundeslaenderImport
      18662b2f
  11. Feb 13, 2021
    • thomaswoehlke's avatar
      * Fixed #123 split RkiBundeslaenderService into two Services, one for... · 5be28f3c
      thomaswoehlke authored
      * Fixed #123 split RkiBundeslaenderService into two Services, one for bundeslaender and one for landkreise
      * Fixed #128 add fields from csv to RkiLandkreiseImport
      * Fixed #139 refactor RkiBundeslaenderServiceDownload to new method scheme introduced 07.02.2021
      * Fixed #140 move WhoImport to RKI in: rk_service_import.py
      * Fixed #125 implement RkiLandkreise
      * Fixed #126 implement RkiBundeslaenderImport
      5be28f3c
    • thomaswoehlke's avatar
      ## 0.0.15 Release · 3d7cedc6
      thomaswoehlke authored
      * -------------------------------------
      * Fixed #88 rename VaccinationImport to VaccinationImport
      * Fixed #89 change tablename from vaccination_germany_timeline_import to vaccination_import
      * Fixed #86 rename VaccinationData to VaccinationData
      * Fixed #162 rename table vaccination_germany_timeline into vaccination_data
      * -------------------------------------
      * Fixed #170 implement url_vaccination_task_update_star_schema_initial in vaccination_views.py
      * Fixed #171 implement url_vaccination_task_update_starschema_incremental in vaccination_views.py
      * Fixed #172 implement url_vaccination_task_import_only in vaccination_views.py
      * Fixed #173 implement url_vaccination_task_import_only in vaccination_views.py
      * Fixed #174 implement url_vaccination_task_update_dimensiontables_only in vaccination_views.py
      * Fixed #175 implement url_vaccination_task_update_facttable_incremental_only in vaccination_views.py
      * Fixed #176 implement url_vaccination_task_update_facttable_initial_only in vaccination_views.py
      * -------------------------------------
      * Fixed #91 implement VaccinationService.run_download_only
      * Fixed #92 implement VaccinationService.run_import_only
      * Fixed #93 implement VaccinationService.run_update_dimension_tables_only
      * Fixed #94 implement VaccinationService.run_update_fact_table_incremental_only
      * Fixed #95 implement VaccinationService.run_update_fact_table_initial_only
      * Fixed #96 implement VaccinationService.run_update_star_schema_incremental
      * Fixed #97 implement VaccinationService.run_update_star_schema_initial
      * Fixed #101 implement VaccinationServiceUpdate.update_dimension_tables_only
      * Fixed #102 implement VaccinationServiceUpdate.update_fact_table_incremental_only
      * Fixed #103 implement VaccinationServiceUpdate.update_fact_table_initial_only
      * Fixed #104 implement VaccinationServiceUpdate.update_star_schema_incremental
      * Fixed #105 implement VaccinationServiceUpdate.update_star_schema_initial
      * -------------------------------------
      * Fixed #90 refactor VaccinationService to new method scheme introduced 07.02.2021
      * Fixed #98 refactor VaccinationServiceDownload to new method scheme introduced 07.02.2021
      * Fixed #99 refactor VaccinationServiceImport to new method scheme introduced 07.02.2021
      * Fixed #100 refactor VaccinationServiceUpdate to new method scheme introduced 07.02.2021
      * -------------------------------------
      * Fixed #87 change to: Vaccination.datum many to one VaccinationDateReported
      * Fixed #106 add Tasks and URLs for starting Tasks to vaccination_views
      * -------------------------------------
      3d7cedc6
    • thomaswoehlke's avatar
      ## 0.0.15 Release · ce54ac9e
      thomaswoehlke authored
      * -------------------------------------
      * Fixed #88 rename VaccinationImport to VaccinationImport
      * Fixed #89 change tablename from vaccination_germany_timeline_import to vaccination_import
      * Fixed #86 rename VaccinationData to VaccinationData
      * Fixed #162 rename table vaccination_germany_timeline into vaccination_data
      * -------------------------------------
      * Fixed #170 implement url_vaccination_task_update_star_schema_initial in vaccination_views.py
      * Fixed #171 implement url_vaccination_task_update_starschema_incremental in vaccination_views.py
      * Fixed #172 implement url_vaccination_task_import_only in vaccination_views.py
      * Fixed #173 implement url_vaccination_task_import_only in vaccination_views.py
      * Fixed #174 implement url_vaccination_task_update_dimensiontables_only in vaccination_views.py
      * Fixed #175 implement url_vaccination_task_update_facttable_incremental_only in vaccination_views.py
      * Fixed #176 implement url_vaccination_task_update_facttable_initial_only in vaccination_views.py
      * -------------------------------------
      * Fixed #91 implement VaccinationService.run_download_only
      * Fixed #92 implement VaccinationService.run_import_only
      * Fixed #93 implement VaccinationService.run_update_dimension_tables_only
      * Fixed #94 implement VaccinationService.run_update_fact_table_incremental_only
      * Fixed #95 implement VaccinationService.run_update_fact_table_initial_only
      * Fixed #96 implement VaccinationService.run_update_star_schema_incremental
      * Fixed #97 implement VaccinationService.run_update_star_schema_initial
      * Fixed #101 implement VaccinationServiceUpdate.update_dimension_tables_only
      * Fixed #102 implement VaccinationServiceUpdate.update_fact_table_incremental_only
      * Fixed #103 implement VaccinationServiceUpdate.update_fact_table_initial_only
      * Fixed #104 implement VaccinationServiceUpdate.update_star_schema_incremental
      * Fixed #105 implement VaccinationServiceUpdate.update_star_schema_initial
      * -------------------------------------
      * Fixed #90 refactor VaccinationService to new method scheme introduced 07.02.2021
      * Fixed #98 refactor VaccinationServiceDownload to new method scheme introduced 07.02.2021
      * Fixed #99 refactor VaccinationServiceImport to new method scheme introduced 07.02.2021
      * Fixed #100 refactor VaccinationServiceUpdate to new method scheme introduced 07.02.2021
      * -------------------------------------
      * Fixed #87 change to: Vaccination.datum many to one VaccinationDateReported
      * Fixed #106 add Tasks and URLs for starting Tasks to vaccination_views
      * -------------------------------------
      ce54ac9e
Loading