Metadata-Version: 2.1
Name: apache-airflow-providers-greenplum
Version: 0.1.0
Summary: Airflow Hook for Greenplum DB
License: Apache License Version 2.0
Author: Dustin Wells
Author-email: dustin.wells@capstonec.com
Requires-Python: >=3.11.9,<3.13
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: apache-airflow (>=2.9.3,<2.9.5)
Requires-Dist: apache-airflow-providers-common-sql (>=1.15.0,<2.0.0)
Requires-Dist: black (>=24.8.0,<25.0.0)
Requires-Dist: pg8000 (>=1.31.2,<2.0.0)
Description-Content-Type: text/markdown

# Airflow Hook for Greenplum

Install this package in the python environment with Airflow to use the Greenplum Hook.

Installation: `pip install apache-airflow-providers-gp`

More about creating your own provider packages - https://airflow.apache.org/docs/apache-airflow-providers/index.html#how-to-create-your-own-provider

