Sahith Malyala

Results 7 issues of Sahith Malyala

- [x] Update docstrings to numpy style and method default values to match pachctl https://github.com/pachyderm/python-pachyderm/issues/337 - [x] Host docs on Read the Docs https://github.com/pachyderm/python-pachyderm/issues/338 - [ ] Add wrappers to...

Python: - Adds new endpoints necessary for mounting datums - Updates existing `mount` and `unmount` handlers FE: - Adds UI for mounting datums feature - Modifies existing code to be...

Adds functionality to the mount server to take an input spec and mount the resulting datums. Changes: - Add endpoints for mounting datums, switching to a particular datum, and getting...

**What happened?**: When attempting to read data from Pachyderm after quitting and opening Docker Desktop, I get a chunk error. This occurs with listing files in a repo and getting...

bug

This PR adds support for PFS inputs to the CreateDatum RPC. Support for the hierarchical input types will follow in a subsequent PR. The `create` function logic is largely [copied](https://github.com/pachyderm/pachyderm/blob/master/src/server/worker/datum/create.go),...