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
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With