Ticket #734 (closed task: fixed)
Investigate department issue (ONS import)
Reported by: | dread | Owned by: | dread |
---|---|---|---|
Priority: | awaiting triage | Milestone: | ckan-v1.3 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description
Creation of duplicate packages named with trailing underscore
ww 22/9/10:
Need to ... merge some packages (the "find packages by attributes" is not 100% reliable because of inconsistent data already in there).
The "find by tags" algorithm uses (title, department). Unfortunately some of the data already there has no department. This causes it to make a new package (with trailing underscore).
dread 24/9/10:
I've done a test for the missing department issue and I can't reproduce the problem. This may be due to my general tidy up and getting tests passing using the latest ckanclient. Anyway, can you check over my test to see if this is what you mean?: dgu/ckanext/dgu/tests/ons/test_ons_loader.py:TestOnsLoadMissingDept
ww 20/10/10:
you should uncover it if you run against (a copy of) the dgu database.