Guy Smoilovsky
Guy Smoilovsky
Hi @drjasonharrison , I'm not exactly sure what information is missing. You can just start using `fds` as a convenience wrapper around git and DVC - you just don't need...
Hey, yeah we took inspiration from gitless when we came up with the idea of FDS, and [even said so in the launch blog!](https://dagshub.com/blog/fds-fast-data-science-with-git-and-dvc/#motivation) It's a great project. FDS requires...
Hey @kingabzpro , sorry to hear that. Can you give more information please? The error message at least, preferably with the `-v` flag.
The build log is already gone, any way to rerun and see what the failures were? Maybe needs another merge from trunk?
Another option would be to introduce a multi-step process to upload files one at a time, with retries, and then finally commit them all at once.
Thanks @elgalu , that is a suggestion we've been thinking about how to implement properly. Why not just save the image as part of the commit, next to the output...
Interesting, I would be happy to hear more if you can share. * Do you have an example of a different tool that does as a reference? * Can you...
@gokullan Sure, thank you, go ahead!
I also have the same need. I want the server to generate a dynamic excel file based on current data, and return it to the user immediately as a download,...
Interesting, I didn't have the various bookkeeping functions like `start_run` in mind when I asked for this. For those, it makes more sense to throw an error, since they're more...