frictionlessdata / datapackage-py

A Python library for working with Data Packages.
https://frictionlessdata.io
MIT License
191 stars 43 forks source link

use iterator for streams in multipart fixes #246 #277

Closed paulgirard closed 4 years ago

paulgirard commented 4 years ago

Overview

Very simple update to avoid opening at once all streams of a multipart resource which is unnecessary and causes system issues for large number of chunks. relates #276

Please preserve this line to notify @roll (lead of this repository)