fix: limit metadata items for validation to source INSPIRE#42
Conversation
|
consider that we harvest.items has a versioning mechanism, so mulitple editions for each identifier exist, it is imortant to fecth the latest edition of any identifier, the latest edition is stored in harvest.vw_unique_harvest_items |
@pvgenuchten Considering that |
|
just discussed with dajana, seems the validator script includes a mechanism to select latest edition, so it would not require the view... (although would be better to use the view) indeed also view has similar structure as harvest.items, so |
@pvgenuchten @DajanaSnopkova The script that is currently used ( |
|
but are we running that script in the workflow? I thought that we are running the concurrent one. I would say that for now we keep the selection logic as it is, and we can improve that later in the next iteration. I don't think this is causing errors now. Btw Simon, could you please also check pr: #46 ? That one was causing an error... |
Yes we do, in your email from March 18th you had suggested this one as the preferred one:
I now changed to use the concurrent script as you had suggested in our call, I provided the log via email to you. In principle the run looked good, but suspicious was that it only took ~90s. |
No description provided.