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!