framework icon indicating copy to clipboard operation
framework copied to clipboard

Foreign Keys to Data Packages pattern

Open fjuniorr opened this issue 3 years ago • 1 comments

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:

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

fjuniorr avatar Jun 14 '22 19:06 fjuniorr

Thank you @fjuniorr for reporting it! We will investigate it further.

shashigharti avatar Jun 15 '22 07:06 shashigharti