About privileges that clone a Git repository on Databricks

ao1
Databricks Partner

Hi,​all

Do I need admin privileges to clone a Git repository on Databricks?

Cloning was not possible with an account that did not have administrator privileges.

Regards.

AmanSehgal
Honored Contributor III

Navigate to Settings > admin console > Workspace settings > Repos and check the value for "Repos Git URL Allow List permissions".

  • When set to 'Disabled (no restrictions)', users can clone or commit and push to any Git repository.
  • When set to 'Restrict Clone, Commit & Push to allowed Git repositories', users can only clone or commit and push to Git repositories in the allow list.
  • When set to 'Only restrict Commit & Push to allowed Git repositories', users can commit and push to Git repositories in the allow list. Users can clone all Git repositories.

ao1
Databricks Partner

Thank you for your response.

I now have a better understanding of this issue.

On a separate note, can you tell me if I need to have admin privilegesto add a repository?