geosolutions-it / C179-DBIAIT

DBIAIT project for C179
0 stars 1 forks source link

Wrong geopackage assigned to the freeze export #398

Closed mattiagiupponi closed 4 months ago

mattiagiupponi commented 1 year ago

l'export del freeze 2021 legge o comunque segnala il gpkg sbagliato. sotto l'immagine da cui si vede che il freeze 2021 ha letto da PBAP_20221108_230001.gpkg che per l'appunto è l'ultimo gpkg caricato. in realtà se vedi dalle tabelle di sistema (SELECT FROM dbiait_system.scheduler_freeze) il freeze 2021 è relazionato al task 1440 (SELECT FROM dbiait_system.scheduler_freeze) che corrisponde corrisponde al gpkg_id =28 (SELECT * FROM dbiait_system.scheduler_task where id=1440) che è "PBAP_20220310_230002_11_Freeze_VolPrel.gpkg" e non quello indicato nella pagina di export.

image

mattiagiupponi commented 1 year ago

The issue looks here:

https://github.com/geosolutions-it/C179-DBIAIT/blob/a0b7e3fba2328a6e432a373c18c766d5ff912ace/app/scheduler/tasks/freeze_task.py#L61

Here should be assigned the relative geopackage not the last one imported