-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
From the docs, I got the impression that pins.board_folder
with a shared network drive would include caching:
pins-python/docs/get_started.qmd
Line 80 in 8a4faf1
Note that when the data lives elsewhere, pins takes care of downloading and caching so that it's only re-downloaded when needed. |
But this doesn't seem to be the case:
pins-python/pins/constructors.py
Line 160 in 8a4faf1
return board("file", path, versioned, cache=None, allow_pickle_read=allow_pickle_read) |
I am working around this by using pins.board
directly:
board = pins.board("file", "Z:\\my-team\pins")
But I am wondering whether this behaviour (of caching network drive boards) should be default. If not, should it be better documented?
Metadata
Metadata
Assignees
Labels
No labels