Hi guys
We want to move from databricks workspace to databricks repos. Now when we create a new folder under repos and connect to our azure dev ops repository all our dbutils.widget parameters are lost. How to avoid this? We want to fully depend on azure dev ops and not have to move files between repos folders. Is there a fix for this issue?
We normally trigger our databricks notebooks from data factory hence we want different repos folders in order to select an environment like PROD, TEST or DEV.
We need different folders in the repos folder because azure data factory is not smart enough to set the repos to a certain branch like "main" or "development".
How do you guys handle this and how do you avoid the removal of your widgets when commiting to azure dev ops?