Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dagster-airlift] remove dagster dep (#26677)
When moving this into the python_modules/libraries directory, accidentally introduced a dagster dependency on `dagster-airlift`. Instead, gate the dagster import on access to the dagster package in the environment. ## Changelog - The `dagster-airlift` package erroneously introduced a dependency on `dagster`. This has been rectified - `dagster` is only required for the `dagster-airlift[core]` submodule.
- Loading branch information