Skip to content

Should board_folder use caching by default? #326

@nathanjmcdougall

Description

@nathanjmcdougall

From the docs, I got the impression that pins.board_folder with a shared network drive would include caching:

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:

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions