-
The attributes `created_on` and `modified_on` of `sevenbridges.models.file.File` don't have associated timezone information (and `f.modified_on.tzinfo is None` is `True`), and they are not UTC timesta…
-
Similar to #70, doing
`task.inputs.copy()`
returns a `dict` rather than `sevenbridges.models.compound.tasks.input.Input` (which is fine) and converts all objects which were `sevenbridges.models.…
-
Occasionally when synchronously uploading files, the upload will fail with an error:
```
Exception in thread Thread-734:
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.13/…
ghost updated
7 years ago
-
The HTTP response for tasks contains the field 'created_time', but it is not captured by sevenbridges.models.task.
Gig77 updated
7 years ago
-
Error messages need to be imported into sevenbridges namespaces. This makes it easier for user to catch exceptions thrown by the library.
-
The readme.1st states "Use the configuration file $HOME/.sbgrc with defined parameters.", however below there is reference to "$HOME/.sevenbridges/credentials".
Which is correct?
-
```
task = api.tasks.get(id=....)
for (k,v) in task.outputs.items():
print(k, type(v), type(task.outputs[k]))
d = {'test': task.outputs[k]}
for (k,v) in d.items():
print(k, type(v), ty…
-
Graph dropdown listbox on **query** view on Trueno Labs (from Web Console) does not retrieve the graphs from the graph storage. Due this error, is not possible to compute neither local nor remotely (v…
-
The module emits some log-message using the root-logger. For example, when creating an API object:
```python
from sevenbridges import Api, Config
Api(config=Config(profile='igor'))
```
Thes…
-
I constantly receive "failed to complete: _submit_part" error while trying to upload a small FASTQ file (~81mb).
I reproduced this issue with multiple other files and I decided to test out differe…