kedro 0.19.9
0
Kedro helps you build production-ready data and analytics pipelines
Contents
Kedro helps you build production-ready data and analytics pipelines
Stars: 9900, Watchers: 9900, Forks: 899, Open Issues: 292The kedro-org/kedro
repo was created 5 years ago and the last code push was 2 days ago.
The project is extremely popular with a mindblowing 9900 github stars!
How to Install kedro
You can install kedro using pip
pip install kedro
or add it to a project with poetry
poetry add kedro
Package Details
- Author
- Kedro
- License
- Apache Software License (Apache 2.0)
- Homepage
- None
- PyPi:
- https://pypi.org/project/kedro/
- Documentation:
- https://docs.kedro.org
- GitHub Repo:
- https://github.com/quantumblacklabs/kedro
Classifiers
Related Packages
Errors
A list of common kedro errors.
Code Examples
Here are some kedro
code examples and snippets.
GitHub Issues
The kedro package has 292 open issues on GitHub
- Description
- [KED-6049] Streamline auto-sign-off a bit
- redis dataset implementation
- Improve assertion error messages
- [WIP][KED-2865] Make remote datasets use a singleton pattern
- Declare datasets as 'only for debugging' and don't save them in standard kedro run
- [Fix] Bump Pillow version to 9.0 in test_req
- Declairing explicit node dependencies (upstream nodes)
- Add more YAML examples to dataset API docs
- Update 01_logging.md
- [KED-2004] Manage
hook_manager
lifecycle in session - PickleDataset is not deepcopiable for kedro>=0.17.6
- Overriding CLI commands is not well-documented
- Document distribution of Kedro pipelines with Dask
- Improve the readability of
runner
code ✏️