datahubio / datahub-v2-pm

Project management (issues only)
8 stars 2 forks source link

Some validation errors are not being identified #121

Closed AcckiyGerman closed 6 years ago

AcckiyGerman commented 6 years ago

@Mikanebu commented on Thu Feb 01 2018

Reported here: datahq/datahub-qa#68

We want to improve showcase page, so it should have error messages as per readme of the dp, eg, when pushing following datapackages some errors are not catched in the frontend:

https://github.com/frictionlessdata/test-data/tree/master/datapackages/types-formats-and-constraints

Acceptance criteria

Tasks

Analysis

How to reproduce

Take the sample datapackage from test-data repo (dp with wrong string data type) and push it

Link to test-data: https://github.com/frictionlessdata/test-data

Output

showing only 2 out of 3 errors

Update 5 march

When I run data validate on local dataset with errors - all type and format errors are found.

I think I should run validation manually via JS and Python versions of tableschema to find the difference.

AcckiyGerman commented 6 years ago

DUPLICATE of https://github.com/datahq/frontend/issues/191