rstudio / pins-python

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

RSC: pin_versions should return created, active, and size columns #152

Open machow opened 2 years ago

machow commented 2 years ago

See https://github.com/rstudio/pins-r/pull/623

Here is what it looks like on R pins (note that metadata is pulled from the bundle):

image

Here is what it looks like in python pins:

from dotenv import load_dotenv
load_dotenv()
from pins import board_rsconnect
board = board_rsconnect("https://colorado.rstudio.com/rsc")
board.pin_versions("michael.chow/mtcars3")
image
machow commented 2 years ago

See this issue for a case where vetiver wants to use the "active" column...