Fixed an issue where `dagshub upload --update` didn't work when uploading folders. We also now handle our backend errors a bit better, in order to provide better feedback to what went wrong
0.2.11
This release includes following improvements: - Added `rich` for prettier console output. Some functions already utilize it for better UX - You can now use `dagshub upload` and `repo.upload()` to upload folders - When asked to perform OAuth authorization, we now open the link in a new browser window
0.2.10
We now no longer print logging informational messages as `log.warning()`, instead using regular `print()`s + `log.info()` If you want to turn off the print-logging, you can set a `DAGSHUB_QUIET` env var
Also fixed a bug where windows nested paths in DDA uploads were submitting incorrectly