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
A few highlights are already included in the luigi Features section.