Metadata-Version: 2.4
Name: dagster-airlift
Version: 0.27.3
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.11.3; extra == "core"
Requires-Dist: click; 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: tutorial
Requires-Dist: dagster-webserver; extra == "tutorial"
Requires-Dist: apache-airflow==2.9.3; python_version < "3.12" and extra == "tutorial"
Requires-Dist: marshmallow==3.20.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: apache-airflow>=2.9.0; python_version >= "3.12" and extra == "tutorial"
Requires-Dist: marshmallow==3.23.1; python_version >= "3.12" and extra == "tutorial"
Requires-Dist: pendulum>=3.0.0; python_version >= "3.12" and 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"
Provides-Extra: mwaa
Requires-Dist: boto3>=1.18.0; extra == "mwaa"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: dagster-dbt==0.27.3; extra == "test"
Requires-Dist: dbt-duckdb; extra == "test"
Requires-Dist: boto3; extra == "test"
Requires-Dist: dagster-webserver==1.11.3; extra == "test"
Requires-Dist: apache-airflow==2.9.3; python_version < "3.12" and extra == "test"
Requires-Dist: marshmallow==3.20.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: apache-airflow>=2.9.0; python_version >= "3.12" and extra == "test"
Requires-Dist: marshmallow==3.23.1; python_version >= "3.12" and extra == "test"
Requires-Dist: pendulum>=3.0.0; python_version >= "3.12" and 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"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires
Dynamic: summary
