Metadata-Version: 2.2
Name: airflow-provider-great-expectations
Version: 1.0.0a1
Summary: An Apache Airflow provider for Great Expectations
Home-page: https://github.com/astronomer/airflow-provider-great-expectations
Author: Great Expectations & Astronomer
Author-email: humans@astronomer.io
License: Apache License 2.0
Project-URL: Source Code, https://github.com/astronomer/airflow-provider-great-expectations
Project-URL: Changelog, https://github.com/astronomer/airflow-provider-great-expectations/blob/main/CHANGELOG.md
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Apache Airflow
Classifier: Framework :: Apache Airflow :: Provider
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <3.13,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: great-expectations>=1.3.5
Requires-Dist: apache-airflow>=2.1
Requires-Dist: setuptools>=41.0.0
Provides-Extra: athena
Requires-Dist: great-expectations[athena]>=1.3.5; extra == "athena"
Provides-Extra: azure
Requires-Dist: great-expectations[azure]>=1.3.5; extra == "azure"
Provides-Extra: bigquery
Requires-Dist: great-expectations[bigquery]>=1.3.5; extra == "bigquery"
Provides-Extra: lint
Requires-Dist: mypy==1.14.1; extra == "lint"
Requires-Dist: ruff==0.8.3; extra == "lint"
Requires-Dist: pytest==8.3.4; extra == "lint"
Requires-Dist: pytest-mock==3.14.0; extra == "lint"
Requires-Dist: great-expectations[spark,spark-connect]>=1.3.5; extra == "lint"
Provides-Extra: gcp
Requires-Dist: great-expectations[gcp]>=1.3.5; extra == "gcp"
Provides-Extra: mssql
Requires-Dist: great-expectations[mssql]>=1.3.5; extra == "mssql"
Provides-Extra: postgresql
Requires-Dist: great-expectations[postgresql]>=1.3.5; extra == "postgresql"
Provides-Extra: s3
Requires-Dist: great-expectations[s3]>=1.3.5; extra == "s3"
Provides-Extra: snowflake
Requires-Dist: great-expectations[snowflake]>=1.3.5; extra == "snowflake"
Provides-Extra: spark
Requires-Dist: great-expectations[spark,spark-connect]>=1.3.5; extra == "spark"
Requires-Dist: pyarrow>=4.0.0; extra == "spark"
Provides-Extra: tests
Requires-Dist: pytest==8.3.4; extra == "tests"
Requires-Dist: pytest-mock==3.14.0; extra == "tests"

# Great Expectations Airflow Provider

A set of Airflow operators for [Great Expectations](https://greatexpectations.io/), a framework for describing data using expressive tests and then validating that the data meets test criteria.

Visit the [docs](/docs/index.md) to learn more about the Great Expectations Airflow Provider:

- [Getting started](/docs/getting-started.md)
- [Examples](/docs/examples.md)
- [Migration guide](/docs/migration-guide.md)
- Contributing
   - [Code of conduct](/docs/contributing/code-of-conduct.md)
   - [Contributors](/docs/contributing/contributors.md)
   - [Contributing guide](/docs/contributing/contributing-guide.md)
   - [Contributor roles](/docs/contributing/contributor-roles.md)
