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
I am testing out using custom checks such as this example, and got an error that type is required (frictionless/schema/field.py). This requirement was removed in frictionless on June 13 (frictionlessdata/frictionless-py@fdcb91e) and I'm wondering why the ckanext-validations repo is not using this version or later?
I am testing out using custom checks such as this example, and got an error that
type
is required (frictionless/schema/field.py
). This requirement was removed in frictionless on June 13 (frictionlessdata/frictionless-py@fdcb91e) and I'm wondering why the ckanext-validations repo is not using this version or later?The requirements file has frictionless pinned to
5.0.0b9
.The text was updated successfully, but these errors were encountered: