You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
bundle:
name: testinclude:
- resources/*.ymlvariables:
hostName:
description: The hostname of the Databricks workspacetype: stringtargets:
dev:
mode: developmentdefault: trueworkspace:
host: ${var.hostName}
Steps to reproduce the behavior
Run databricks configure
Run 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:
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: