GetDKAN / dkan

DKAN Open Data Portal
https://dkan.readthedocs.io/en/latest/index.html
GNU General Public License v2.0
366 stars 170 forks source link

Unable to harvest data "source is missing" #1918

Closed yudasakura closed 7 years ago

yudasakura commented 7 years ago

I've been trying to use the DKAN Harvest by enabling the dkan_harvest_datajson module. And using the demo node.json output at "http://demo.getdkan.com/api/dataset/node.json" with no results. I'm using Dkan v13 and I always get this same message with no logs on drupal after running: "drush --user=1 dkan-h test_from_demo" image

Is there anything I'm not doing or missing?

rhabbachi commented 7 years ago

@yudasakura The dkan_harvest_datajson module extend the harvest to add support for POD type endpoint. From the demo site that would be This endpoint: http://demo.getdkan.com/data.json

That endpoint you used is the datasets Dkan endpoint which very useful but not POD formatted.

janette commented 7 years ago

Thanks @rhabbachi ! @yudasakura this sounds resolved so I will close it. You can find more information in the docs: http://dkan.readthedocs.io/en/latest/components/harvest.html