I hear lots of questions from users who are integrating Great Expectations into existing pipelines that use Airflow to manage scheduling and execution. As part of a recent meetup, I built a minimal working airflow example that demonstrates a simple deployment pattern of wrapping great expectations execution into a PythonOperator: GitHub - greatexpectationslabs/airflow_meetup_demo
There is also an example of airflow integration in the primary repository here: https://github.com/great-expectations/great_expectations/tree/develop/examples/integrations/airflow
Please feel free to post airflow questions, challenges, successes, tips, or anecdotes here!