6
votes

No idea what all from Azure databricks can be based on Azure DevOps pipeline. We are planning to use github as repository.

Like can Azure databricks be coded in file and then that file i can manage in git repo?

Can we use Azure DevOps CD pipeline for deployment in Azure Databricks?

1
Well first step is you could look up online resources, tutorials, documentations, etc using your favorite search engine.Andreas
I see no question here....Peter Bons

1 Answers

7
votes

Can we use Azure DevOps CD pipeline for deployment in Azure Databricks?

The short answer is yes.

We could configure Azure Databricks workspace to use Azure DevOps and there is a task Databricks Script Deployment Task by Data Thirst, which will give you the option of deploying scripts, secrets and notebooks to Databricks.

For the details info, you can refer to following document:

CI/CD with Databricks and Azure DevOps

Hope this helps.