-
Hello, thank you for developing such a great tool!
## Summary
I have one feature request to validate `TaskInstanceParameter()` at runtime by its subclass bound like the following:
```python
…
ganow updated
2 years ago
-
I had difficulty finding a good naming convention for all my `out_xxxx` path, when my workflow would become complicated (e.g. with one task taking three other tasks as input: how should I name its out…
-
Morning!
So, we want to run a pipeline that uses multiple files. Is there a way to pass the file list into the workflow?
Using your tutorial example,
class MyWorkflow(sciluigi.WorkflowTa…
-
https://github.com/arnaudon/netSALT/blob/60431f0786526fbb8c27f89aadb94ba98c869897/netsalt/plotting.py#L395
I am getting an IndexError at this line.
```
ERROR: [pid 331978] Worker Worker(salt=5…
-
https://github.com/arnaudon/netSALT/blob/379b503479e9c41917a603989e95b89f45f55374/netsalt/plotting.py#L395
This line is causing an error sometimes:
```
ERROR: [pid 2099207] Worker Worker(salt=744…
-
Currently, nbflow only supports scons, but there's not really any reason why it can't in principle support other build systems. For example, I could support [waf](https://waf.io/) and then there would…
-
This would unify the three datasets under a common schema, alleviating the need for GraphQL whose cold lambda starts are currently causing poor performance.
This will be implemented as a Luigi task t…
-
Even when luigi reports: This progress looks :( because there were failed tasks
The slack bot message sent is Job ran successfully!
-
Hi,
I just installed the toolkit and I tried the test to verity if everything's fine
```
luigid --background --logdir luigi_logs
luigi --module cat RunCat --hal=test_data/vertebrates.hal --ref…
-
I am just starting to use and understand Luigi, I would appreciate some help here.
I have a pipeline built with Luigi in which some taks require other tasks and each task creates a file.
Somethi…