In our company for orchestrating of running Databricks notebooks, experimentally we learned to connect our notebooks (affiliated to a git repository) to ADF pipelines, however, there is an issue.
As you can see in the photo attached to this question path to the notebook depends on the employee username, which is not a stable solution at production.
What is/are the solution(s) to solve it?.
If you want to avoid having the username in the path, then you can just create a folder inside Repos, and do checkout there (here is full instruction):
ᐯ
near the "Repos" header, select "Create" and select "Folder". Give it some name, like, "Staging":Click on the ᐯ
near the "Staging" folder, and click "Create" and select "Repo":
After that you can navigate to that repository in the ADF UI.
It's also recommended to set permissions on the folder, so only specific people can update projects inside it.