Working with branches - storage - postgres - local...
# ask-community
p
Working with branches - storage - postgres - local runs My team are starting UAT to move fully to dagster 😁 but obviously comes with some teething and learning. We have a single repo/definition but will develop on branches. For branches, we use an environment variable DAGSTER_DEPLOYMENT_NAME to configure resources (just IOManagers) so files are stored in a workspace relating to the branch. It seems like the logging / event storage isn't aware of this environment variable. I..e when I switch environments dagit shows all materializations across all branches. I would have thought that changing environment would create a new set of materializations.
Is there a way to use a single storage config for multiple branches? Or, do you essentially need a separate DB/Schema for storage for each environment?