Closed pripley123 closed 4 years ago
Hi @pripley123 I must admit it has been a little while since I checked, but my understanding was that we follow the frictionless specification for table schema. Ah yes, I can see that we've slipped that 1 place too high - I can look at where this is being done.
Reference with example: https://github.com/frictionlessdata/datapackage-js/issues/90
Frictionless spec handled correctly it seems (and possibly importing as both table props and schema props are imported as DataCurator doesn't use 'schema' as a key in properties) - possibly just need to change for export and consider test coverage.
Noticed some to-dos with review of updates to frictionless table: logged in #1009
Current Behaviour (for problems)
Data Curator is storing the foreign key and primary key relationships as an element of the resource as opposed to part of the schema element
Expected Behaviour
The foreign key relationship should be an element of the schema
Steps to Reproduce
Your Environment
Windows