databricks / mlops-stacks

This repo provides a customizable stack for starting new ML projects on Databricks that follow production best-practices out of the box.
https://docs.databricks.com/en/dev-tools/bundles/mlops-stacks.html
Apache License 2.0
460 stars 156 forks source link

Azure DevOps fixes #25

Closed niall-turbitt closed 1 year ago

niall-turbitt commented 1 year ago

Summary of Azure DevOps fixes/updates:

niall-turbitt commented 1 year ago

Summary of Azure DevOps fixes/updates:

niall-turbitt commented 1 year ago

variable ARM_SUBSCRIPTION_ID is required in the terraform_cicd yml due to changing the variable name in the variable group from ARM_SUBSCRIPTION_ID to armSubscriptionId (required to be compatible with Key Vault)

See this issue for more details

niall-turbitt commented 1 year ago

@vladimirk-db tested setting up from scratch with cookiecutter https://github.com/niall-turbitt/mlops-stack.git -c niall-turbitt/ado-fixes and working for CUJs for changing ML code, and changing databricks-config/** code

jerrylian-db commented 1 year ago

@niall-turbitt Made some small fixes and merging this PR. Thanks for your work!