[Feature Request] DABs: Enable Variable Substitution in include Configuration · Issue #2903 · databricks/cli · GitHub
More Web Proxy on the site http://driver.im/
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
This may not be a bug, but there is no available documentation explaining this behavior.
When using --var to set variables at deployment time, those variables are not replaced in the include configuration, preventing the resources from being deployed.
Describe the issue
This may not be a bug, but there is no available documentation explaining this behavior.
When using --var to set variables at deployment time, those variables are not replaced in the
include
configuration, preventing the resources from being deployed.Configuration
databricks.yml:
Steps to reproduce the behavior
databricks bundle deploy -t dev --var="my_variable=test_value"
Expected Behavior
When --var is set at deploy time, ${var.my_variable} should be replaced everywhere in the YAML files.
Actual Behavior
The variable substitution only occurs in the
targets
configuration, such asroot_path
, but does not apply to theinclude
configuration.OS and CLI version
Windows
Databricks CLI v0.250.0
The text was updated successfully, but these errors were encountered: