Closed Mikanebu closed 6 years ago
@Mikanebu commented on Thu Feb 01 2018
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
string
datetime
time
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
showing only 2 out of 3 errors
DUPLICATED, https://github.com/datahq/datahub-qa/issues/68
@Mikanebu commented on Thu Feb 01 2018
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
string
- The value “https:/domain.com” in column “uri” is not type “string” and format “uri”datetime
- The value “2018/01/02T00:00:00” in column “any” is not type “datetime” and format “any”time
- The value “00:01” in column “any” is not type “time” and format “any”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