Databricks Repos API Limitations

Ha2001
New Contributor

Hi, I have started using databricks recently, and I'm not able find a right solution in the documentations. i have linked multiple repos in my databricks workspace in the repos folders, and I wanted to update the repos with remote AzureDevops repositories parallelly. Is there any limitations to the REPOs API such as the number of update requests it can handle in a workspace simultaneously?

Ayushi_Suthar
Databricks Employee
Databricks Employee

Hi @Ha2001 , Good Day! 

Databricks API has a limit of 10 per second for the /repos/* combined requests in the workspace. You can check the below documentation for the API limit: 

https://docs.databricks.com/en/resources/limits.html#:~:text=Git%20folders%20API,Yes

For other limitations on the Repos, you can check the below document: 

https://docs.databricks.com/en/repos/limits.html

Please let me know if this helps and leave a like if this information is useful, followups are appreciated.
Kudos
Ayushi