You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pin_read() and pin_download() automatically cache remote pins: they maintain a local copy of the data (so it's fast) but always check that it's up-to-date (so your analysis doesn't use stale data).
I guess we are leaning on a specific meaning for the adjective "remote" there, and we have had some confusion about the situation with a shared network drive, though, which the code in pins mostly treats as a local filesystem.
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
But this doesn't seem to be the case:
pins-python/pins/constructors.py
Line 160 in 8a4faf1
I am working around this by using
pins.board
directly:But I am wondering whether this behaviour (of caching network drive boards) should be default. If not, should it be better documented?
The text was updated successfully, but these errors were encountered: