rstudio / rstudio/pins-python

Add informative messages to pin_write

Open
#166 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

See #164 .

Let's implement the helpful message printed, when a user writes a pin in R pins:

> board %>% pin_write(mtcars)
Using `name = 'mtcars'`
Guessing `type = 'rds'`
Creating new version '20221101T145832Z-bfb57'
Writing to pin 'mtcars'

Note that pin name and type are required in R pins, so the message will be less related to guessing, but still useful

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 pin_write entry point and compare the requested behavior with related issue #164. Done means pin_write emits useful messages for the pin name, type, version creation, and write operation, while reflecting that name and type are required in Python pins.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.