rstudio / rstudio/pins-python

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

Open
#152 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

be:rsc
Dominant language
Python
Stars
59
Forks
11
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the Python board_rsconnect pin_versions() entry point and compare its current result with the R pins example and the Python output shown here. Done means pin_versions returns created, active, and size columns, with the metadata pulled from the bundle as described.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.