-
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 an artifact loader for .yaml
#2172
base: main
Are you sure you want to change the base?
Conversation
FYI -- laminlabs/laminr#81 added a data loader for .rds. |
Thanks, Robrecht! Great!
That's a nice idea, yeah! |
We need a test here for the new lamindb/tests/core/test_artifact.py Line 714 in 996a416
@Koncopd, do you want to finalize and rename the test function to |
Do we want to add |
No, I'd not add pyyaml to the dependencies because we have too many anyway and nothing in lamindb requires it. |
Ok, i wanted to push some things here but again we have the problem with CI for PRs not from this repo. |
@rcannood @falexwolf i think a warning is more reasonable for that #2188 |
load_image
.gif
and.yaml
.In addition, we could add a data loader for
.rds
, which when called, produces an error message that you should use laminr for loading.rds
files. WDYT?