Top "Luigi" questions

Luigi is a Python package that helps you build complex pipelines of batch jobs.

How to use Parameters in Python Luigi

How do I pass in parameters to Luigi? if I have a python file called FileFinder.py with a class …

python luigi
How to reset luigi task status?

Currently, I have a bunch of luigi tasks queued together, with a simple dependency chain( a -> b -&…

python luigi snakebite
Luigi Pipeline beginning in S3

My initial files are in AWS S3. Could someone point me how I need to setup this in a Luigi …

python amazon-s3 luigi
Running Luigi task from cmd - "No module named tasks"

I am having problems running a Luigi task through the Windows cmd. Here are the facts: Running Anaconda installed in …

python-2.7 anaconda luigi
Python based asynchronous workflow modules : What is difference between celery workflow and luigi workflow?

I am using django as a web framework. I need a workflow engine that can do synchronous as well as …

python celery luigi