Jeff
Jeff
It would be great if there was an output flag to ignore blank yaml values. Currently it outputs `null` My use case is that I'm using it along with envdir...
Search from within the folders/files/dataset shortcuts in the same way as `Object.search`, but scope it to the shortcut in both location and object type The following searches can be replaced...
which vault is it exactly that I am deleting? 
The dataset.activity() call does not check tasks where `source_object_id` is equal to the dataset. This excludes DatasetExport tasks. Comments added about this in #306 PR
Store the SolveBio user object in the app authentication object. This would allow apps to save a User lookup Set somewhere here: https://github.com/solvebio/solvebio-python/blob/master/solvebio/contrib/dash/solvebio_auth.py#L169
We currently upload files directly to AWS. Incorporate multi-part uploads to upload directly, or add easier way to include download URLs in a manifest (`manifest.add_url('https//..')`) from AWS docs http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingRESTAPImpUpload.html `The...
Deleting data in a dataset requires a DatasetMigration in delete mode, which can be verbose and prone to syntax/arg mistakes. We can simplify this with a `.delete()` method. Current ```...
add `nosetests solvebio.contrib` will need to install several of packages for dash auth tests: ```pip install flask dash_auth dash_renderer dash_html_components dash_core_components selenium ``` and also do some key configuration
Seems that path names and other strings that contain unicode affect the table output spacing ```In [7]: Object.all(limit=20) Out[7]: JSON: | ID | Object Type | Path | Filename |...