-
Notifications
You must be signed in to change notification settings - Fork 8
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
Allow uploading local files as inputs #32
Comments
Alternative is to start implementing Maybe also Of course, automatically checking for duplicates with Came up during customer onboarding last week. |
I raised the same on the slack channel discussions. Any chance of this option being available soon? Or do I still have to use the UI to upload my files. I could make it part of my git - but then my git repo will be so big. Its sort of an antipattern. |
We haven't fleshed this out yet as there are other talks about improving data management big time later this year. In the meantime, we'll work on this if we have spare cycles, but, to clarify, nothing has been started yet. |
@ruksi is this something we could do with the help of the API and the client tool available? If you drop hints I could pick this up and make it work, as I find this useful and something I'd like to use myself when running experiments. |
It would be handy to allow uploading local files as inputs.
This will require some deduplication magic, i.e. we'll check if there's already a Datum in the project with the same checksum as the file the user is about to upload, and skip uploading if one exists.
The text was updated successfully, but these errors were encountered: