How to Version & Deploy Databricks Workflows with Azure DevOps (CI/CD)?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 07:25 AM
Hi everyone,
I’m trying to set up versioning and CI/CD for my Databricks workflows using Azure DevOps and Git. While I’ve successfully versioned notebooks in a Git repo, I’m struggling with handling workflows (which define orchestration, dependencies, schema, etc.).
How can I properly version and deploy Databricks workflows across different environments (Dev, Test, Prod) using Azure DevOps?
Thanks in advance!