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 supported4 Subscribers
Add a CodeTriage badge to luigi
Help out
- Issues
- `JobTask.dump` raises `TypeError` when replacing bytes to string
- Change `subprocess.check_output` option for bytes/string mismatch
- TypeError: <Target> object is not iterable when check_complete(dep) is False
- sqla.SQLAlchemyTarget.exist() won't work with SqlAlchemy 2.x version
- Fix for sqlalchemy 2 and text upgrades
- Only one worker process being created despite of passing workers as 3 and having simultaneous tasks to perform
- Facing test failures for test/servertest.py on PPC64LE
- Optimized _partition_tasks function by reducing iterations over task_…
- Too wide permissions for /tmp/luigi
- Restrict permissions for locking files
- Docs
- Python not yet supported