DLR-SC / ESID

This is the repository to the ESID frontend for visualization of infectious disease propagation.
Apache License 2.0
17 stars 3 forks source link

Case Data still off by one day #322

Closed NXXR closed 10 months ago

NXXR commented 10 months ago

According to Frederik there is still an offset in the date of the displayed case data. e.g. ESID shows 2023-11-19 as the last date of data (the api also has this as the last date of the result). but according to the metadata of the files uploaded by airflow it should be 2023-11-20.

We may need to investigate whether this is an issue of the upload to the database or if there is an issue when generating the response for the api request.

JonasGilg commented 10 months ago

I think this has been resolved. The issue wasn't in this repo, but rather in an internal pipeline.