Open KatiRG opened 1 year ago
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 (https://github.com/frictionlessdata/frictionless-py/commit/fdcb91eebc39d7e6449d13ad57a9c7165deea45e) and I'm wondering why the ckanext-validations repo is not using this version or later?
type
frictionless/schema/field.py
The requirements file has frictionless pinned to 5.0.0b9.
5.0.0b9
there is a PR https://github.com/frictionlessdata/ckanext-validation/pull/88/files to update the version to 5.13.1
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 (https://github.com/frictionlessdata/frictionless-py/commit/fdcb91eebc39d7e6449d13ad57a9c7165deea45e) 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
.