Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Databricks - Sync repo files automatically

In Azure Databricks, I am able to add different git repos in repos filed manually through console. But not able to find any way to automatically sync new files if I committed anything in source repos. Is there any service in Azure which can do this kind of work? Thanks

like image 622
Shubham Sharma Avatar asked Oct 15 '25 03:10

Shubham Sharma


1 Answers

You can update repository via Repos API, specifically via update command (even if repository is on branch already, calling it again will pull the changes). Another alternative is to use Databricks CLI that also has corresponding command to update repository.

You can setup some CI/CD pipeline in Github Action or Azure DevOps to update your Databricks repo when commit happens. Here is an example for Azure DevOps.

like image 92
Alex Ott Avatar answered Oct 17 '25 16:10

Alex Ott



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!