ckanext-xloader icon indicating copy to clipboard operation
ckanext-xloader copied to clipboard

load data from url

Open jeanpommier opened this issue 5 years ago • 2 comments

Hi, in datastore_create documentation, it is said that you can provide an URL to the data you want to load. I've tried it, and got the error "{"__type": "Validation Error", "resource": ["The datapusher has to be enabled."]}". Is it not supported by xloader then ? Thanks

jeanpommier avatar Sep 09 '20 14:09 jeanpommier

[Completing my question] I've just seen it works using the UI. But using the API, I haven't managed to do it. Is there a corresponding endpoint provided by xloader ?

jeanpommier avatar Sep 09 '20 14:09 jeanpommier

You should be able to pass a resource_id to the xloader_submit API to run the XLoader for that resource.

ThrawnCA avatar Jan 29 '24 07:01 ThrawnCA