b2luigi Features#
Once you have your first task tree setup, (b2)luigi has many features, that make your live easier.
From leveraging batch systems, setting up different environments, keeping track over many parameters and files, there are many features to keep in mind.
In the following sections some of the important features are explained in more detail.
Also checkout our Examples and b2luigi Starter Kit for some working examples.
luigiFeatures- Run Modes
- The b2luigi CLI
- Migrating to the New CLI
- Starting point: a legacy project
- Step 1 — install the CLI binary
- Step 2 — nothing changes yet
- Step 3 — swap the flags
- What carries over unchanged
- Stricter
remove --keep - Step 4 — optional: adopt
parameters.py - Step 5 — optional: replace a hand-written
WrapperTaskwithParameterGenerator - Coexistence during a gradual team migration
- Troubleshooting
- Batch Processing
- Parameters (Advanced)
- Parameter Grouping
- Handling Input and Outputs
- Settings
- Remote Targets
- General Usage
- Progress TUI