-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom remotes #2
Comments
@pwalsh we could do this by allowing user passing in optional callback which will be used for data mapping instead of |
@gvidon I see your point. The reason I have So then, the utility of the library is that it is aware of all the major open data portals, and has built-in mapping from those various formats, into Data Package format (and specifically, a particular Data Package Profile, like base, tabular, etc). So, when I'm also suggesting we allow the user to add a custom remote, it is in the context of seeing this library developing to support a range of data portals so we can migrate that data into Data Package, but also allowing a user to add their own remote if there is one we don't have. |
@pwalsh ok, I see. |
User should be able to pass in a custom remote. Default remote is CKAN 3.
To do this we might need to change the structure of the remote config object a bit.
The text was updated successfully, but these errors were encountered: