Closed jqnatividad closed 3 weeks ago
This will work only for tables or we can use it to get the files when will be uploaded with DP+ ?
Right now, it will only work with CSV files @tino097, but we can always extend it.
What did you have in mind?
Updating the fucntionality for getting the resources in DP+. Right now we are doing request download but if the resource is in the same location as the qsv
it could be much faster to perform the action of pushing the data to the datastore
Great idea! I've been thinking about a get
command that fetches resources more efficiently:
Will add it to the backlog.
luau
had lookup table functionality that allowed it to fetch lookup tables from CKAN, from dathere://, from a URL, and from the filesystem with some simple caching functionality. Extract lookup table logic into its own module so we can use it in other qsv commands.