Prefect Collection containing integrations for interacting with Great Expectations
Project description
prefect-great-expectations
Welcome!
Prefect integration for interacting with Great Expectations.
Great Expectations is a Python library for data quality. It provides a framework to validate your state of data.
Getting Started
Python setup
Requires an installation of Python 3.7+.
We recommend using a Python virtual environment manager such as pipenv, conda, or virtualenv.
These tasks are designed to work with Prefect 2. For more information about how to use Prefect, please refer to the Prefect documentation.
Installation
Install prefect-great-expectations with pip:
pip install prefect-great-expectations
Write and run a flow
from prefect import flow
from prefect_great_expectations import run_checkpoint_validation
@flow
def example_flow():
run_checkpoint_validation(checkpoint_name="my_checkpoint")
example_flow()
Tutorial
For a larger example, check out the tutorial.
Resources
If you encounter any bugs while using prefect-great-expectations, feel free to open an issue in the prefect-great-expectations repository.
If you have any questions or issues while using prefect-great-expectations, you can find help in either the Prefect Discourse forum or the Prefect Slack community.
Feel free to ⭐️ or watch prefect-great-expectations for updates too!
Development
If you'd like to install a version of prefect-great-expectations for development, clone the repository and perform an editable install with pip:
git clone https://github.com/PrefectHQ/prefect-great-expectations.git
cd prefect-great-expectations/
pip install -e ".[dev]"
# Install linting pre-commit hooks
pre-commit install
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file prefect-great-expectations-0.2.1.tar.gz.
File metadata
- Download URL: prefect-great-expectations-0.2.1.tar.gz
- Upload date:
- Size: 27.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a91f13db001808f6d978901c252aba985160e382aef05c89b0db97ef05385e37
|
|
| MD5 |
fdd4e4c8bd3c365e28b2ac3d9c18572e
|
|
| BLAKE2b-256 |
cd677f7792a69ccb19fc176338d402f18845a5ca19585c74e5eaa6f63d13397b
|
File details
Details for the file prefect_great_expectations-0.2.1-py3-none-any.whl.
File metadata
- Download URL: prefect_great_expectations-0.2.1-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
679d9408844622fee389f320954ef41467938b889ab5d9b0b38448fc90fec1a4
|
|
| MD5 |
9a4d18a918d337381106be378d92fa95
|
|
| BLAKE2b-256 |
bfe90481cb4c0b2c7a12aa396478491b37fd267995b340679767b49b4226e9fa
|