Scott Leishman

Results 7 issues of Scott Leishman

Hedges against CircleCi automatic re-run behaviour causing failure owing to the namespace being created already existing

Create an implementation of IMPALA as described in: https://arxiv.org/abs/1802.01561

enhancement
priority/p1

For example, to re-fetch updates to temporal input datasets. One potential means of supporting this could be via `Update` hooks. May be worth adding new `mutable` flag to distinguish from...

For instance public AWS URL based data. Investigate if minio client is sufficient for this, or some alternative needed. If minio sufficient, can this be merged with existing S3 type...

To support the broadest potential user base we should ensure that the API installs and runs under python2 not just python3. This will require at least the following: - building...

enhancement
help wanted

Version numbers are not specified for dependencies in `requirements.txt` which prevents repeatable builds. At a bare minimum we should pin these, though it may instead be worth switching to: [pipenv](https://docs.pipenv.org/)...

enhancement

Typical python package practice is to import relative to some top-level namespace and to put all the modules under a subdir of the same name. Right now this project has...

enhancement