When running dagit with a repository.yaml, is it p...
# announcements
o
When running dagit with a repository.yaml, is it possible to specify either: 1. Multiple repositories in a repository.yaml file? or 2. Multiple repository.yaml files to dagit?
n
We don’t support multiple repositories yet, but definitely something that we’re thinking about! Is there more detail you can share on your use case? Are you able to add multiple pipelines to one larger repository?
o
Thanks for the feedback. Yeah, so I am imagining having dagit running serving a bunch of different users and projects, so ideally we would want to be able to separately develop user pipelines with minimal touch points. So that one users broken pipeline doesn't break everyone elses experience. I can see that this could be organised by having a single repo that references a bunch of namespaced pipelines. So that the core pipeline code is all separate, and the only touch-point is then the central repo.