brazil-data-cube / bdc-catalog

Brazil Data Cube Image Metadata Catalog
https://bdc-catalog.readthedocs.io/en/latest/
GNU General Public License v3.0
4 stars 10 forks source link

Fix trigger for collection tiles update_collection_tiles #193

Closed raphaelrpl closed 1 year ago

raphaelrpl commented 1 year ago

The trigger bdc_catalog/triggers/collection_tiles.sql tries to join "null" into JSON object. In this case, the postgres raises an invalid JSON field.

Consider to use NULLIF with COALESCE to avoid it. We should also change default value to {}.