Open fjuniorr opened 2 years ago
This is a feature request for support of the Foreign Keys to Data Packages pattern.
Here is a reprex that could be used for eventual testing:
from frictionless import Package, validate dp = Package('https://raw.githubusercontent.com/dados-mg/datapackage-reprex/foreign-key-data-package/datapackage.json') validate(dp)
Message:
The data resource has an error: Failed to handle a foreign key for resource "pib-per-capita" as resource "estados" does not exist
Thank you @fjuniorr for reporting it! We will investigate it further.
Overview
This is a feature request for support of the Foreign Keys to Data Packages pattern.
Here is a reprex that could be used for eventual testing:
Message: