-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow DABs to dynamically pass in host target #2095
Comments
Hey @Gijsreyn I was having the same issue, but I wanted to provide a pretty seamless workaround I did. I'm using Azure DevOps pipelines and Terraform to deploy Azure Databricks and DAB.
There may be a way to do this without a Key Vault, but we use them pretty extensively so it just worked out. Here's the yaml for #4
|
Hey @haveyoumetcp , thank you very much for putting such detail as workaround. I'm doing somewhat the same, but using the PowerShell module |
Describe the issue
As a user, I want to be able to pass in the host dynamically on the specific target. This allows me to combine both IaC (Bicep) output when deploying Azure Databricks with DABs in one DevOps pipeline.
Configuration
Steps to reproduce the behavior
databricks configure
databricks bundle validate -t 'dev' --var=hostName=<outputFromAzureDeployment>
The hostname cannot be replaced.
OS and CLI version
Databricks CLI v0.233.0
Is this a regression?
No.
The text was updated successfully, but these errors were encountered: