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
Adding --parallel to frictionless validate breaks validation and fails. I could really use this flag because multiple files in this dataset are ≥ 2GB, some approaching 7GB.
Details
My package passes validation by running this command:
frictionless validate --trusted package.json
However, if I add --parallel it fails immediately:
/tmp # frictionless validate --trusted --parallel package.json
╭─ Error ───────────────────────────────────────────────────────╮
│ name 'Resource' is not defined │
╰───────────────────────────────────────────────────────────────╯
I have the following package definition file, here formatted as YAML instead of JSON for readability:
Overview
Adding
--parallel
tofrictionless validate
breaks validation and fails. I could really use this flag because multiple files in this dataset are ≥ 2GB, some approaching 7GB.Details
My package passes validation by running this command:
However, if I add
--parallel
it fails immediately:I have the following package definition file, here formatted as YAML instead of JSON for readability:
Environment
This is running on the official Docker image for Python on Alpine 3.19; Python versions tried are 3.12.2, 3.11.7, and 3.10.13.
uname -a
:frictionless --version
:pip3 freeze
:The text was updated successfully, but these errors were encountered: