GreatExpectationsOperator
Great ExpectationsAn operator to leverage Great Expectations as a task in your Airflow DAG.
Access Instructions
Install the Great Expectations provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
Documentation
An operator to leverage Great Expectations as a task in your Airflow DAG.
Current list of expectations types: https://docs.greatexpectations.io/en/latest/reference/glossary_of_expectations.html
How to create expectations files: https://docs.greatexpectations.io/en/latest/guides/tutorials/how_to_create_expectations.html
Example DAGs
Example DAG that integrates Great Expectations checks into a Kedro pipeline.
A DAG that demonstrates use of the operators in this provider package.
Example DAG showcasing a write-audit-publish data quality pattern with Snowflake and Great Expectations.
Example DAG showcasing loading and data quality checking with BigQuery and Great Expectations.
Example DAG showcasing loading and data quality checking with Redshift and Great Expectations.
Example DAG showcasing loading and data quality checking with Snowflake and Great Expectations.