Metadata-Version: 2.4
Name: dagster-airlift
Version: 0.29.1
Summary: A toolkit for observing integration and migration between Apache Airflow and Dagster.
Project-URL: Homepage, https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-airlift
Author-email: Dagster Labs <hello@dagsterlabs.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: core
Requires-Dist: click; extra == 'core'
Requires-Dist: dagster==1.13.1; extra == 'core'
Requires-Dist: structlog; extra == 'core'
Provides-Extra: in-airflow
Requires-Dist: click; extra == 'in-airflow'
Requires-Dist: structlog; extra == 'in-airflow'
Provides-Extra: mwaa
Requires-Dist: boto3>=1.18.0; extra == 'mwaa'
Provides-Extra: test
Requires-Dist: apache-airflow==2.9.3; (python_version < '3.12') and extra == 'test'
Requires-Dist: apache-airflow>=2.9.0; (python_version >= '3.12') and extra == 'test'
Requires-Dist: boto3; extra == 'test'
Requires-Dist: click; extra == 'test'
Requires-Dist: connexion<3.0.0; extra == 'test'
Requires-Dist: dagster-dbt==0.29.1; extra == 'test'
Requires-Dist: dagster-webserver==1.13.1; extra == 'test'
Requires-Dist: dbt-duckdb; extra == 'test'
Requires-Dist: flask-session<0.6.0; extra == 'test'
Requires-Dist: marshmallow==3.20.1; (python_version < '3.12') and extra == 'test'
Requires-Dist: marshmallow==3.23.1; (python_version >= '3.12') and extra == 'test'
Requires-Dist: pendulum<4.0.0,>=2.0.0; (python_version < '3.12') and extra == 'test'
Requires-Dist: pendulum>=3.0.0; (python_version >= '3.12') and extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: structlog; extra == 'test'
Provides-Extra: tutorial
Requires-Dist: apache-airflow==2.9.3; (python_version < '3.12') and extra == 'tutorial'
Requires-Dist: apache-airflow>=2.9.0; (python_version >= '3.12') and extra == 'tutorial'
Requires-Dist: click; extra == 'tutorial'
Requires-Dist: connexion<3.0.0; extra == 'tutorial'
Requires-Dist: dagster-webserver==1.13.1; extra == 'tutorial'
Requires-Dist: fastapi<0.118; extra == 'tutorial'
Requires-Dist: flask-session<0.6.0; extra == 'tutorial'
Requires-Dist: marshmallow==3.20.1; (python_version < '3.12') and extra == 'tutorial'
Requires-Dist: marshmallow==3.23.1; (python_version >= '3.12') and extra == 'tutorial'
Requires-Dist: pendulum<4.0.0,>=2.0.0; (python_version < '3.12') and extra == 'tutorial'
Requires-Dist: pendulum>=3.0.0; (python_version >= '3.12') and extra == 'tutorial'
Requires-Dist: structlog; extra == 'tutorial'
