luigi
https://github.com/spotify/luigi
Python
Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported5 Subscribers
Add a CodeTriage badge to luigi
Help out
- Issues
- UnconsumedParameterWarning: The configuration contains the parameter 'disable_persist_seconds' with value '604800' that is not consumed by the task 'scheduler'.
- Arguments for the command to rerun renders as [object Object]
- can not use MockTarget with dynamic dependencies
- ImportError: cannot import name 'MockFile' from 'luigi.mock'
- [Contrib] Task trigger solution
- Configurable Truncation in Execution Summary for Tasks/Params
- Add "Tags" to Tasks and Workers that specify the kinds of Tasks that Workers want to take on
- KubernetesJobTask fails because waiting state reason is 'PodInitializing'
- Optionally detect parameter collisions - fix #2566
- Fix typos in Task.get_param_names: include_significant -> include_insignificant
- Docs
- Python not yet supported