You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Okay so I think the problem here is that I updated the crawler code, but failed to update the related docs 😬 Sorry about that.
it looks like that bit of the README was written 7 years ago (!) Rolling back to then, it was certainly correct – if last_succ was None, the dataset would be queued for parsing:
However, it’s definitely not true now. I think there are now two options: You can either run UPDATE resource SET last_parsed = NULL;, or alternatively, trigger an import with:
iati crawler download-and-update --ignore-hashes
ignore-hashes should parse everything regardless of whether the hashed data appears unchanged.
Describe the bug
While working on #296 I followed the instructions in the readme "Updating activities after changing import code" and they don't work
To Reproduce
The first one will be a non-zero number
Expected behaviour
"select count(*) from activity where raw_json is null;" will say 0
Screenshots
n/a
Additional context
n/a
ps. It is possible something in my changes to the import code is not right ....
The text was updated successfully, but these errors were encountered: