Metadata-Version: 2.1
Name: dagster-airlift
Version: 0.25.12
Summary: A toolkit for observing integration and migration between Apache Airflow and Dagster.
Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-airlift
Author: Dagster Labs
Author-email: hello@dagsterlabs.com
License: Apache-2.0
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires: click
Requires: structlog
License-File: LICENSE
Provides-Extra: core
Requires-Dist: dagster ==1.9.12 ; extra == 'core'
Requires-Dist: click ; extra == 'core'
Requires-Dist: structlog ; extra == 'core'
Provides-Extra: dbt
Requires-Dist: dagster-dbt ==0.25.12 ; extra == 'dbt'
Provides-Extra: in-airflow
Requires-Dist: click ; extra == 'in-airflow'
Requires-Dist: structlog ; extra == 'in-airflow'
Provides-Extra: k8s
Requires-Dist: dagster-k8s ==0.25.12 ; extra == 'k8s'
Provides-Extra: mwaa
Requires-Dist: boto3 >=1.18.0 ; extra == 'mwaa'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: dagster-dbt ==0.25.12 ; extra == 'test'
Requires-Dist: dbt-duckdb ; extra == 'test'
Requires-Dist: boto3 ; extra == 'test'
Requires-Dist: dagster-webserver ==1.9.12 ; extra == 'test'
Requires-Dist: flask-session <0.6.0 ; extra == 'test'
Requires-Dist: connexion <3.0.0 ; extra == 'test'
Requires-Dist: click ; extra == 'test'
Requires-Dist: structlog ; extra == 'test'
Requires-Dist: apache-airflow ==2.7.3 ; (python_version < "3.12") and extra == 'test'
Requires-Dist: marshmallow ==3.20.1 ; (python_version < "3.12") and extra == 'test'
Requires-Dist: pendulum <3.0.0,>=2.0.0 ; (python_version < "3.12") and extra == 'test'
Requires-Dist: marshmallow ==3.23.1 ; (python_version >= "3.12") and extra == 'test'
Requires-Dist: apache-airflow >=2.9.0 ; (python_version >= "3.12") and extra == 'test'
Requires-Dist: pendulum >=3.0.0 ; (python_version >= "3.12") and extra == 'test'
Provides-Extra: tutorial
Requires-Dist: dagster-webserver ; extra == 'tutorial'
Requires-Dist: flask-session <0.6.0 ; extra == 'tutorial'
Requires-Dist: connexion <3.0.0 ; extra == 'tutorial'
Requires-Dist: click ; extra == 'tutorial'
Requires-Dist: structlog ; extra == 'tutorial'
Requires-Dist: apache-airflow ==2.7.3 ; (python_version < "3.12") and extra == 'tutorial'
Requires-Dist: marshmallow ==3.20.1 ; (python_version < "3.12") and extra == 'tutorial'
Requires-Dist: pendulum <3.0.0,>=2.0.0 ; (python_version < "3.12") and extra == 'tutorial'
Requires-Dist: marshmallow ==3.23.1 ; (python_version >= "3.12") and extra == 'tutorial'
Requires-Dist: apache-airflow >=2.9.0 ; (python_version >= "3.12") and extra == 'tutorial'
Requires-Dist: pendulum >=3.0.0 ; (python_version >= "3.12") and extra == 'tutorial'

