Issues with CKAN - Pardhu448/clix_datarepository_ckan GitHub Wiki
Following are some of the issues identified as part of our exploration. These are known issues and we have to keep track of what CKAN community offers as a solution:
- Data Preview:
- Downside of this not being available is, out of the box analysis on CKAN website of data sets in not possible
- Any available dataset can be explored on ckan web interface as part of preview. This has interesting add-ons like geo-spatial, graph views etc
- For this preview to be available, Datapusher needs to push data into datastore. There are two issues with this:
- 'unable to post to result_url' error: datapusher is not able to connect datastore. There is some connection issue. Please refer this and this also on issue tracker.
- 'validation error': this corresponds to error after data is loaded into datastore. Datapusher guesses schema of the data uploaded and the issue is with the algorithm followed to do this guess. Please refer here to track this issue.
- Installation of version 2.8.2:
- There was an issue with installing version 2.8.2 with regards to psycopg2
- Please track this for possible solutions