Romain

Results 55 issues of Romain

It currently throws an error that looks something like this: ``` AttributeError: 'NoneType' object has no attribute 'run_id' ```` which could be made clearer.

We currently have read and write capabilities but do not support deleting. We could add a few calls like delete delete_all and some recursive way of deleting.

enhancement
good first issue

Currently, the code is packaged for Batch runs only. To be able to fully replicate and version things, it would be nicer if code was always stored as an artifact...

help wanted
upforgrabs

The code tarball saved by Metaflow is accessible with the client but it is not very easy to work with. We may want to make it more visible possibly even...

enhancement
help wanted

Logging when executing on batch is somewhat inconsistent. When executing a simple task, this is what prints out: ``` 2021-06-28 14:36:45.432 [7637/hello/92219 (pid 66823)] Task is starting. 2021-06-28 14:36:46.411 [7637/hello/92219...

Currently, it is not possible to get the current tags from the `current` singleton. We could add them.

help wanted
good first issue

When Python does not guarantee the order of a collection (such as a set), using such an object as a target for a `foreach` fan-out can cause incorrect execution with...

Currently, you can do something like this: `Task(Flow/RunID/StepName)` and this will not result in an error but then the resulting `Task` object behaves in a bizarre manner where things like...

bug
good first issue
upforgrabs