ckan / ckan

CKAN is an open-source DMS (data management system) for powering data hubs and data portals. CKAN makes it easy to publish, share and use data. It powers catalog.data.gov, open.canada.ca/data, data.humdata.org among many other sites.

Home Page:https://ckan.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataProxy returned an error (Data transformation failed. HTTPError: HTTP Error 403: Forbidden)

fruktosa opened this issue · comments

I added a new dataset then when I saw the preview an error appeared, please help
image

The DataProxy is an old and deprecated external service that tries to pull the data file in order to return an structured JSON response which is then used by the resource view to display a preview of the file.

The preferred alternative is to use the DataStore to store your file contents and provide a data API, and the DataTables view which is the more modern replacement to the Data Explorer one shown here.

Hope this helps