Enable or disable Databricks Git folders
Databricks Git folders are enabled by default for new workspaces. Admins can disable or re-enable this feature using the /api/2.0/workspace-conf REST API endpoint or a Databricks SDK.
Use a notebook to enable or disable Git folders
To enable Git folders, import and run the following notebook in your workspace:
Enable a Databricks Git folder
To disable Git folders, call /api/2.0/workspace-conf and set enableProjectTypeInWorkspace to false.