Hi Experts, How do i maintain dagster_cloud.yml f...
# dagster-plus
a
Hi Experts, How do i maintain dagster_cloud.yml for different deplyments (sand/dev/prod) should I keep them in different folders or ay good approach on this ?
b
Yes, subfolders is a good way to organize your
dagster_cloud.yaml
files if you require multiple. Most of the configuration which is included in the
dagster_cloud.yaml
file is configuration which is typically shared between deployments. What configuration are you varying?
a
All the deployments will have different AWS account so they will also have different, ECR repositories also wanted to know if there is anyway to inject ARN of ecr repository in my dagster_cloud.yaml file or somewhere else so that i do not have to copy paste