I have a specific environment cluster in DataBricks. There I have many different repos used by other people. Each Repo loads data from one specific "x" blob container created for this environment. Question is how to match one of these repos with another already created blob named "y"?
This is how it works now - blob "x" used by:
How I want it to work - blob "x" used by:
blob "y" used by:
I reproduce following procedure in my environment with two repo's
blob x -> blob_container
blob y -> blob_container2
repo 1
repo 2
reading file from blob_container
loading it to repo2 to blob_container2