developmentseed / eoAPI

[Active Development] Earth Observation API (Metadata, Raster and Vector services)
https://eoapi.dev
MIT License
197 stars 21 forks source link

move to tipg #55

Closed vincentsarago closed 1 year ago

vincentsarago commented 1 year ago

closes #53

This PR does:

To Do

vincentsarago commented 1 year ago

🥳 I had a lot difficulties to make the tests past because of the addition of the public table.

Basically we are adding the table after we start the vector service, but then the public.my_data is not found within tipg catalog (because we added it after the start of the service). We have /refresh debug endpoint but sadly this will only refresh the catalog for the worker it was ran on, so it doesn't guaranty that all the worker will be up to date 😬

Maybe we should open an issue in tipg to add a force_refresh=True query-parameter option which will refresh the catalog on each request (cc @bitner)