Kedro Great makes integrating Great Expectations with Kedro easy!
Project description
Kedro Great
As Seen on DataEngineerOne
Kedro Great is an easy-to-use plugin for kedro that makes integration with Great Expectations fast and simple.
Hold yourself accountable to Great Expectations.
Never have fear of data silently changing ever again.
Quick Start
Installation
Kedro Great is available on pypi, and is installed with kedro hooks.
Command Line
Install the kedro-great pypi package
pip install kedro-great
Use the new kedro great
command to initialize a Great Expectations project and to generate datasources and validations based on the catalog.yml
kedro great init
KedroContext
Add the KedroGreat
hook to your project context, allowing your pipeline to automatically run validation tests as your pipeline runs.
from kedro_great import KedroGreat
class ProjectContext(KedroContext):
hooks = (
KedroGreat(),
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for kedro_great-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 207a5b5bda2c37876993f64f851531114d69bf7f907547c12a17c3e77afd0acc |
|
MD5 | 5512932fe5af7ed5fb2434dd50e1b4ca |
|
BLAKE2b-256 | ef3c65382da9264f86589157e57287c5796354e88baa1238a9f1438bc8b1647b |