Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kedro-great-0.1.5.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

kedro_great-0.1.5-py3-none-any.whl (9.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page