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
contributors: Replace role with roles array populated with DataCite terms (creator, DataCollector, DataCurator, possibly DataManager) and update zenodo.py accordingly.
schema: Add fieldsMatched: exact for datapackage.yaml and fieldsMatched: superset for submission/datapackage.yaml (assuming this latter still results in an error if a required field is missing).
field
Set pipe-delimited fields to type: list and update glenglat.read_data (and downstream code) accordingly.
Move constraints.enum to categories, where each category has a value and a description, update glenglat.read_data (and downstream code), and update documentation templates accordingly.
The text was updated successfully, but these errors were encountered:
Data Package v2 introduces some new features. See the Changelog. Once they are supported by
frictionless-py
, we can consider integrating them.$schema
: https://datapackage.org/profiles/2.0/datapackage.jsoncontributors
: Replacerole
withroles
array populated with DataCite terms (creator
,DataCollector
,DataCurator
, possiblyDataManager
) and updatezenodo.py
accordingly.dialect
: Addtype: delimited
depending on outcome of Add adialect.type
property frictionlessdata/datapackage#1055schema
: AddfieldsMatched: exact
fordatapackage.yaml
andfieldsMatched: superset
forsubmission/datapackage.yaml
(assuming this latter still results in an error if a required field is missing).field
type: list
and updateglenglat.read_data
(and downstream code) accordingly.constraints.enum
tocategories
, where eachcategory
has avalue
and adescription
, updateglenglat.read_data
(and downstream code), and update documentation templates accordingly.The text was updated successfully, but these errors were encountered: