rstudio / pins-python

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

Implement remaining board_rsconnect options #93

Open machow opened 2 years ago

machow commented 2 years ago

E.g.

image

May need to split this issue to prioritize different pieces

machow commented 2 years ago

Be sure to circle back and match R pin's board_deparse behavior exactly

machow commented 2 years ago

TODO: does rsconnect-python store account credentials for users who want to use auth="rsconnect"

machow commented 1 year ago

Let's also be sure to provide an informative message when initializing the board. (See R pins output below)

library(pins)
b <- board_rsconnect()
#> Connecting to RSC 2022.09.0 at <https://colorado.rstudio.com/rsc>
b %>% pin_write(1:10, "test-test-test")
#> Guessing `type = 'rds'`
#> Writing to pin 'julia.silge/test-test-test'