thehyve / transmart-core

Core components and documentation of the tranSMART platform. https://i2b2transmart.org/
GNU General Public License v3.0
13 stars 13 forks source link

Dimensions cache is not invalidated after loading new data #468

Open gijskant opened 5 years ago

gijskant commented 5 years ago

The /v2/admin/system/after_data_loading_update call does not clear the cache that is used to store all dimensions, see here: https://github.com/thehyve/transmart-core/blob/dev/transmart-core-db/grails-app/services/org/transmartproject/db/clinical/MultidimensionalDataResourceService.groovy#L143. This leads to errors when a new dimension has been added.