We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961e21c commit e09fd48Copy full SHA for e09fd48
1 file changed
mp_api/client/core/utils.py
@@ -260,7 +260,9 @@ def __init__(
260
path: Path | str
261
A path-like string.
262
document_model: ModelMetaclass
263
-
+ Pydantic document model for use during de-serialization of arrow data
264
+ use_document_model: bool
265
+ Use 'document_model' during de-serialization of arrow data.
266
"""
267
self._start = 0
268
self._path = path
0 commit comments