https://dagster.io/ logo
#announcements
Title
# announcements
n

Nick

05/19/2020, 12:05 PM
Hi, great work on dagster, I am really excited to see where this project goes. I do have a question... Is it possible to organise multiple repositories within one dagster instance? For example... I want all pipelines relating to 'car data' in one repo, and one relating to 'van data' in another repo within one dagit ui instance. Possible? Cheers.
b

Ben Sully

05/19/2020, 12:15 PM
i'm no expert but i think that's possible; running 
dagit
 from the 'examples' directory of the repo does this with all the sub-repos
s

schrockn

05/19/2020, 1:58 PM
This is not currently possible but we are planning on adding this capability in our next major release, which will be released in June
congadagster 2
n

Nick

05/19/2020, 2:01 PM
Perfect. That will be great.
c

Chris Roth

05/19/2020, 6:20 PM
would this pull the repo every time you run the pipeline? that would be cool
s

schrockn

05/19/2020, 6:23 PM
this is dagster repository
not github repository
so just organizing pipelines
c

Chris Roth

05/19/2020, 6:24 PM
ahhh right. i was thinking about git repos and pulling new pipeline changes every run without having to redeploy today ha