Converting an existing project
In this guide, we walk through converting an existing Dagster project that defines a Python package with a single Dagster asset, which is exposed in a top-level Definitions object in my_existing_project/definitions.py.
- uv
- pip
If you used uv to set up your Dagster project, you will have a pyproject.toml project configuration file:
tree
.