frictionlessdata / data-quality-dashboard

Data Quality Dashboards display statistics on a collection of published data.
Other
33 stars 10 forks source link

Add schema to publisher page table #37

Closed trickvi closed 8 years ago

trickvi commented 9 years ago

This shows against what a source file is validated.

georgiana-b commented 8 years ago

The schema used to validate a source file can vary depending on the options passed to GoodTables schema processor so we need a way to store it in order to show it in the dashboard. One option could be to store the schemas in or along with the other tabular files. Another option is to use jsontableschema-py storage functionality and keep them somewhere separately. We have to decide if and where we want to store them.

pwalsh commented 8 years ago

The schema is passed in via a field on the sources.csv file called schema: https://github.com/okfn/data-quality-uk-25k-spend/blob/master/data/sources.csv

It is already stored at this URL, so there is no need to store it in any other way.

The feature request here is to add a column to the table called "schema", and link to the schema file, just like we do in the current "URL" column for the source file itself.

pwalsh commented 8 years ago

FIXED.