Dagster Full Project Example

In the repository.py we define three types of deployment (prod, staging and local) that can be set via environment variable, with default being local.

Each of the three deployments has a set of resources that are fetched using the with_resources method.