Support resource.$schema
and no longer require tabular-data-resource
#108
Labels
complexity:high
Likely complex to implement
datapackage:v2
function:read_resource
Function read_resource()
function:write_package
Function write_package()
Milestone
Changelog: resource.$schema (new)
$schema
profile
(see also Supportresource.type
#221)profile
, assume v1In addition:
tabular-data-resource
(removed in this PR):read_resource()
write_package()
Currently, data resources without the profile
tabular-data-resource
fail:I notice that resources without such a profile are quite common in the wild. These generic
data-resource
can use Table Schema inschema
, but are not required to do so. Mayberead_resource()
should be a bit more lenient and assess in a different way if a resource can be read. I think it already thus by e.g. requiringschema
to containfields
.The text was updated successfully, but these errors were encountered: