Example

There are two batchable examples listed here. The first is a module which will be run if you try executing the batch_example luigi routine. The second is purely meant as a template, if you are learning the design pattern for nesta’s luigi batchables.

run.py (batch_example)

The batchable for the routines.examples.batch_example, which simply increments a muppet’s age by one unit.

run()[source]

Gets the name and age of the muppet, and increments the age. The result is transferred to S3.