Nilesh Pandey
09/27/2021, 8:51 AMSay we have two domain X and Y. Products of domain X are [x1,x2,x3] and of Y are [y1,y2,y3]. Pipeline name will based on products of domain. Now, in normal condition we will create two repositories with name X and Y, pipelines will be created under respective repositories. If go to the Dagster UI, person from Domain X can see what is in Domain Y and vice versa. That is what we don't want to do. We want that, person from Domain X should only see pipelines related to X and not of Y and vice versa.
Vladislav Ladenkov
09/27/2021, 11:12 AMdaniel
09/27/2021, 12:52 PM