API Documentation
Contents
API Documentation#
b2luigi
summarizes different topics to help you in your everyday task
creation and processing.
Most important is the b2luigi.process()
function, which lets you run
arbitrary task graphs on the batch.
It is very similar to luigi.build
, but lets you hand in additional parameters
for steering the batch execution.
If you are not yet familiar with luigi
itself, we recommend you to read its current documentation: Luigi Documentation
Important features from luigi:#
luigi
itself already boasts a number of nice features. Check out some highlights:
- The central scheduler
- The notification system
- communication with tasks