xedro 0.17.6
0
Kedro helps you build production-ready data and analytics pipelines
Contents
Kedro helps you build production-ready data and analytics pipelines
Stars: 9897, Watchers: 9897, Forks: 899, Open Issues: 291The kedro-org/kedro
repo was created 5 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 9897 github stars!
How to Install xedro
You can install xedro using pip
pip install xedro
or add it to a project with poetry
poetry add xedro
Package Details
- Author
- QuantumBlack Labs
- License
- Apache Software License (Apache 2.0)
- Homepage
- https://github.com/quantumblacklabs/kedro
- PyPi:
- https://pypi.org/project/xedro/
- GitHub Repo:
- https://github.com/quantumblacklabs/kedro
Classifiers
Related Packages
Errors
A list of common xedro errors.
Code Examples
Here are some xedro
code examples and snippets.
GitHub Issues
The xedro package has 291 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 ✏️