dagster_cloud.yaml reference (Dagster+)
info
This feature is only available in Dagster+.
dagster_cloud.yaml
is used to define multiple code locations for Dagster+. It is similar to workspace.yaml
in Dagster open source. For Hybrid deployments, dagster_cloud.yaml
can be used to manage environment variables and secrets.
File location
The dagster_cloud.yaml
file should be placed in the root of your Dagster project, similar to the example below:
example_etl
├── README.md
├── example_etl
│ ├── __init__.py
│ ├── assets
│ ├── docker_image
├── ml_project
│ ├── example_ml
│ ├── __init__.py
│ ├── ml_assets
├── random_assets.py
├── example_etl_tests
├── dagster_cloud.yaml