Code locations
Code locations
Configure Dagster code locations and manage them with Dagster definitions.
Managing code locations with Definitions
A code location is a collection of Dagster definitions loadable and accessible by Dagster's tools. Learn to create, load, and deploy code locations.
workspace.yaml reference (Dagster OSS)
Use a workspace.yaml file to configure open source Dagster code locations.
Dagster+ code locations
Separate code locations allow you to deploy different Dagster projects that still roll up into a single Dagster+ deployment with one global lineage graph.
Dagster+ code location history and rollbacks
Track and manage code location history and rollbacks in Dagster+.
dagster_cloud.yaml reference (Dagster+)
The dagster_cloud.yaml file defines multiple code locations for Dagster+ projects.