rstudio / pins-python

https://rstudio.github.io/pins-python/
MIT License
46 stars 10 forks source link

Support `versioned` argument for all boards in Python #228

Closed isabelizimm closed 2 months ago

isabelizimm commented 3 months ago

Unversioned boards are used in R for numerous reasons, including when people don't need older versions or are storage constrained.

Currently, the unversioned support in Python pins is for the read-only board_url, eg, reading from a vanity URL on Posit Connect. We currently have the argument on other boards for versioned, but it will raise a NotImplementedError if set to False. To implement this feature, we'll want: