I am trying to implement azure DevOps on databricks notebook.
My Dev Instance databricks notebooks are integrated with git repository and it is in below folder structure.
I have created a build pipeline which will detect the changes in the Databricks folder for each Code (CodeA and CodeB) using Trigger tab in the build pipeline as shown below.
But at the time of publishing artifacts, how could we select the path to get the databricks files only from each of the Code as shown in the above folder structure?
If it is not possible if i have to select the parent folder Code which includes databricks file for CodeA and CodeB then how can I deploy it into the Shared folder of Databricks UAT instance which is having the below folder structure?
Ideally it should be as shown in the below diagram.

Any way to achieve this? Any leads appreciated.







