Projects
Creating a new Dagster project
dg allows you to create a special type of Python package, called a project, that defines a Dagster code location.
Dagster project file reference
A reference of the files in a Dagster project.
Structuring your Dagster project
Structuring a Dagster project by technology or concept, merging definitions, and configuring multiple code locations.
Managing multiple projects with workspaces
Manage multiple isolated Dagster projects using dg, each with unique environments, by creating a workspace directory with create-dagster project.
Making existing Dagster projects Components-compatible
3 items