-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Metadata can expose some property as stream. Imagine PDF file, images or even video files. Python core 'io' module seems like good place to start, especially when working with service returning large files.
odata spec:
https://www.odata.org/blog/enhancing-odata-support-for-streams/
code reference point:
python-pyodata/pyodata/v2/service.py
Line 142 in 3975ed5
response.read(len(data)) # the len here will give a 'big enough' value to read the whole content |
Quick fix for small files seems to be the PR #145 (sample metadata or network log was not provided, so just guessing). But when tried to write the test by myself for this PR and investigated possible usage scenario, found that the problem is bigger.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request