Metadata-Version: 2.4
Name: airflow-provider-great-expectations
Version: 1.0.0a5
Summary: An Apache Airflow provider for Great Expectations
Project-URL: Homepage, https://github.com/astronomer/airflow-provider-great-expectations
Project-URL: Documentation, https://astronomer.github.io/airflow-provider-great-expectations/latest
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
Author-email: Great Expectations & Astronomer <humans@astronomer.io>
License-Expression: Apache-2.0
Keywords: airflow,great expectations,provider
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
Requires-Dist: apache-airflow>=2.1
Requires-Dist: great-expectations<2.0,>=1.3.11
Requires-Dist: numpy<2.0.0
Requires-Dist: setuptools>=41.0.0
Provides-Extra: athena
Requires-Dist: great-expectations[athena]>=1.3.11; extra == 'athena'
Provides-Extra: azure
Requires-Dist: great-expectations[azure]>=1.3.11; extra == 'azure'
Provides-Extra: bigquery
Requires-Dist: great-expectations[bigquery]>=1.3.11; extra == 'bigquery'
Provides-Extra: gcp
Requires-Dist: great-expectations[gcp]>=1.3.11; extra == 'gcp'
Provides-Extra: lint
Requires-Dist: great-expectations[spark,spark-connect]>=1.3.11; extra == 'lint'
Requires-Dist: mypy==1.14.1; extra == 'lint'
Requires-Dist: pytest-mock==3.14.0; extra == 'lint'
Requires-Dist: pytest==8.3.4; extra == 'lint'
Requires-Dist: ruff==0.8.3; extra == 'lint'
Provides-Extra: mssql
Requires-Dist: great-expectations[mssql]>=1.3.11; extra == 'mssql'
Provides-Extra: postgresql
Requires-Dist: great-expectations[postgresql]>=1.3.11; extra == 'postgresql'
Provides-Extra: s3
Requires-Dist: great-expectations[s3]>=1.3.11; extra == 's3'
Provides-Extra: snowflake
Requires-Dist: great-expectations[snowflake]>=1.3.11; extra == 'snowflake'
Provides-Extra: spark
Requires-Dist: great-expectations[spark,spark-connect]>=1.3.11; extra == 'spark'
Requires-Dist: pyarrow>=4.0.0; extra == 'spark'
Provides-Extra: tests
Requires-Dist: pytest-mock==3.14.0; extra == 'tests'
Requires-Dist: pytest==8.3.4; extra == 'tests'
Description-Content-Type: text/markdown

# 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](https://astronomer.github.io/airflow-provider-great-expectations/latest/) to learn more about the Great Expectations Airflow Provider:

- [Getting started](https://astronomer.github.io/airflow-provider-great-expectations/latest/getting-started)
- [Examples](https://astronomer.github.io/airflow-provider-great-expectations/latest/examples)
- [Migration guide](https://astronomer.github.io/airflow-provider-great-expectations/latest/migration-guide)
- Contributing
   - [Code of conduct](https://astronomer.github.io/airflow-provider-great-expectations/latest/contributing/code-of-conduct)
   - [Contributors](https://astronomer.github.io/airflow-provider-great-expectations/latest/contributing/contributors)
   - [Contributing guide](https://astronomer.github.io/airflow-provider-great-expectations/latest/contributing/contributing-guide)
   - [Contributor roles](https://astronomer.github.io/airflow-provider-great-expectations/latest/contributing/contributor-roles)
