I have a data factory in azure called df-sandbox-dev. I am being told that we need to have multiple repositories deploy to that azure data factory instance. RepoA, RepoB and RepoC. They all have different code and pipeline functions. If we connect RepoA and publish. Then disconnect from RepoA, and connect to RepoB then publish RepoB. Will what is in RepoB override what was deployed from RepoA? Or will it all combine up in the data factory instance?
I am new to Azure Data Factory, and conceptually I can’t imagine that this is possible. But thought maybe I was missing something. Any insights would be helpful.
For example: repoA has pipeline1. And RepoB has pipeline2. We connect RepoA and publish. We disconnect RepoA and connect RepoB and publish. What is in the data factory instance? pipeline1 and pipeline2 or just pipeline2?
3