Skip to content

Commit

Permalink
fix: parallel file validation for a datapackage
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrecamilleri committed Dec 13, 2024
1 parent 6b72909 commit bef5fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frictionless/validator/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ def validate_resource(


def validate_parallel(options: types.IDescriptor) -> types.IDescriptor:
from ..resource import Resource # Local import avoids circular import

resource_options = options["resource"]
validate_options = options["validate"]
resource = Resource.from_descriptor(**resource_options)
Expand Down

0 comments on commit bef5fdc

Please sign in to comment.