Managing full deployments in Dagster+
Full deployments are standalone environments, allowing you to operate independent instances of Dagster with separately managed permissions.
When a Dagster+ organization is created, a single deployment named prod
will also be created. To create additional full deployments, you must sign up for a Pro plan.
Each full deployment can have one or multiple code locations.
Full deployments vs branch deployments
In Dagster+, there are two types of deployments:
- Branch deployments, which are temporary deployments built for testing purposes. We recommend using branch deployments to test your changes, even if you're able to create additional deployments. Branch deployments are available for all Dagster+ users, regardless of plan.
- Full deployments, which are persistent, fully-featured deployments intended to perform actions on a recurring basis.
This guide focuses on full deployments, hereafter referred to as deployments.