Use Great Expectations with Airflow
Airflow is a data orchestration tool for creating and maintaining data pipelines through DAGs written in Python. DAGs complete work through operators, which are templates that encapsulate a specific type of work.
info
Consult Astronomer's Orchestrate Great Expectations with Airflow guide for more information on how to set up and configure the GreatExpectationsOperator
in an Airflow DAG.
For more information about implementing and using Airflow, see Astronomer's documentation.