Edgar Z. Alvarenga
Edgar Z. Alvarenga
- fixes #475 This PR adds support to CKAN as a data portal. - [x] Reading individual packages - [x] Publishing individual packages to a CKAN instance - [x] Fetching...
If an user import a datapackage from a zip file and this zip has a resource file inside of it, the file is not created on CKAN. Instead a resource...
Currently if you export a dataset as a datapackage the resources are exported with URL pointing to the CKAN instance that contains the dataset. It would be a good feature...
When importing a datapackage, if the URL points to a server not accessible to download a datapackage, the user just see a Internal Server Error. It would be better to...
I created a very simple livemark project: ``` ls -l total 8 -rw-rw-r-- 1 aivuk aivuk 16 Jun 13 10:33 index.md -rw-rw-r-- 1 aivuk aivuk 55 Jun 13 10:33 livemark.yaml...
@roll In the example below, after a third field is added to a resource using steps.field_add, the number of rows goes from 999 to 900. ``` from frictionless import Resource,...
Currently because of how row_filter is written: ``` evalclass = simpleeval.EvalWithCompoundTypes function = lambda row: evalclass(names=row).eval(self.formula) ``` https://github.com/frictionlessdata/framework/blob/79c902b6bc7d6798f6e23bce1bdfd929a3998861/frictionless/steps/row/row_filter.py#L41 it's possible to refer to the fields names from a Resource in...
If you use CkanControl to access a private package in a CKAN instance it fetch the package successfully: ``` from frictionless.portals import CkanControl from frictionless import Package api = 'SECRET_KEY'...
Adds new endpoint `resource_create_with_schema` to be used with new uploader widget at https://github.com/aivuk/ckan-uploader.