Skip to content

fix: [datafetcher] Remove cached data since it is not relevant

Fabien Amarger requested to merge topic/default/fetchdata-no-cache into branch/default

This cached data was made if we fetched all triples and then we filter them. It is not the case here since we retrieve from the sparql endpoint only necessary triples (which uses a predicate in the format values list).

Merge request reports