-
Notifications
You must be signed in to change notification settings - Fork 28
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
add resources to datapackage.json #73
Comments
@augusto-herrmann great. I also note that Data Package spec supports shared schema http://dataprotocols.org/data-packages/#resource-schemas |
👍 @augusto-herrmann I can update the |
A very pertinent observation, @rgrp, thanks! I only really looked into this matter today. It seems the current
But goodtables does not give a detailed description on what the actual problem preventing validation was. @todrobbins, feel free to assign this issue to yourself if you're already into it. |
Hi @augusto-herrmann goodtables expects a JSON Table Schema (example), not the full That being said, several updates to the |
@danfowler great points. As an aside re goodtables can we raise an issue on goodtables about it supporting tabular data packages out of the box? |
A very keen observation, @danfowler. |
@augusto-herrmann @danfowler @rufuspollock did Tabular Data Package support ever land in Good Tables? I'm currently working on a review of our |
Hi @todrobbins goodtables-py and goodtables.io can both work with the |
@todrobbins @augusto-herrmann @rufuspollock @pwalsh so now that goodtables.io supports Data Packages, we need to update this Data Package to the latest specs: http://specs.frictionlessdata.io/. Goodtables.io doesn't like how it is currently structured: |
I tried updating
But goodtables.io never finishes the job (and I have no idea why it would take long, anyway, considering that on my local machine it validates quite fast). Also, some of the CSV files do present validation errors with the goodtables CLI. |
@rufuspollock that link no longer works. I could not find a "shared schema" anywhere in the current specifications. I have thus created a topic on the Frictionless Data forums to discuss it. |
updating datapackage.json to current specs & adding schema as per #73
With this PR |
Again: thank you, @augusto-herrmann! |
The
datapackage.json
file describes the publicbodies dataset according to the Tabular Data Package specification. It currently references only thedata/gb.csv
resource. Should be updated with references to all resources in the dataset.Note: considering each resource has to list all fields in the schema, in order to save some repetitive work, this probably should be done preferably after deciding on the pending changes to the schema (e.g. #61 #65 #68).
The text was updated successfully, but these errors were encountered: