Azure DevOps pipelines for Azure Databricks Azure DevOps pipelines for Azure Databricks azure azure

Azure DevOps pipelines for Azure Databricks


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.