You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several patterns that have developed around tableschema use, but aren't formally part of the spec. The most important one in my view is the addition of metadata to the tableschema itself. Right now we are storing versioning information in the datapackage, but if #29 is implemented, it would have to go somewhere else. We can add the same metadata as in the datapackage using this unofficial vocabulary.
The rationale for doing this would be to better work with tooling that expects a tableschema. For example, data-curator creates its own datapackage from the metadata entered in its interface, but we would still like to know which version of the tableschema was used to validate the feed, as it will influence downstream transformations (i.e. upgrading the feed to be ingested).
(I'd also note that data-curator doesn't write out this unofficial metadata either, so we'd have to fork/PR that change)
The text was updated successfully, but these errors were encountered:
There are several patterns that have developed around
tableschema
use, but aren't formally part of the spec. The most important one in my view is the addition of metadata to thetableschema
itself. Right now we are storing versioning information in thedatapackage
, but if #29 is implemented, it would have to go somewhere else. We can add the same metadata as in thedatapackage
using this unofficial vocabulary.The rationale for doing this would be to better work with tooling that expects a
tableschema
. For example,data-curator
creates its owndatapackage
from the metadata entered in its interface, but we would still like to know which version of thetableschema
was used to validate the feed, as it will influence downstream transformations (i.e. upgrading the feed to be ingested).(I'd also note that
data-curator
doesn't write out this unofficial metadata either, so we'd have to fork/PR that change)The text was updated successfully, but these errors were encountered: