-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tags
to metadata
#175
Comments
Any pin saved with tags in the metadata is currently unreadable in pins-python 😭. I'll add tags to the metadata today... (sorry, not sure how I missed this in the PR) maybe time in the near future to circle back to adding compatibility tests to the R ci (rstudio/pins-r#610) |
pins with a tags field should at least be readable now in v0.7.3 |
@juliasilge WDYT of us having R pins add tags metadata as either null or a list of strings? Currently, if you AFAIK the result will be the same when reading meta into R (NULL or a vector of strings), so this is purely for convenience on the python side :) (which would be None, str, or list[str] right now) |
tags implemented as of v0.7.3 |
Related to rstudio/pins-r#570
Let's add the new tags option to the metadata in Python:
Created on 2022-12-05 with reprex v2.0.2
Once we have this implemented in R and Python, we can set
tags = "vetiver"
when we pin a vetiver model.The text was updated successfully, but these errors were encountered: