Metadata-Version: 2.1
Name: airflow-dbt-python
Version: 0.2.0
Summary: A dbt operator for Airflow that uses the dbt Python package
Author: Tomás Farías Santana
Author-email: tomas@tomasfarias.dev
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: all
Provides-Extra: bigquery
Provides-Extra: postgres
Provides-Extra: redshift
Provides-Extra: snowflake
Requires-Dist: apache-airflow (>=1.10.12)
Requires-Dist: dbt-bigquery (>=0.19,<0.20); extra == "bigquery" or extra == "all"
Requires-Dist: dbt-core (>=0.19,<0.20)
Requires-Dist: dbt-postgres (>=0.19,<0.20); extra == "postgres" or extra == "all"
Requires-Dist: dbt-redshift (>=0.19,<0.20); extra == "redshift" or extra == "all"
Requires-Dist: dbt-snowflake (>=0.19,<0.20); extra == "snowflake" or extra == "all"
