Comment
08-06-2024
08:26 AM
08-06-2024
08:26 AM
great content!
I am struggling with databricks custom bundle templates.
I need to deploy the string ${{ parameters.bundleTarget }} in my azure.yml.tmpl file. I mean string because this is variable is used in Azure, but the double brackets mean substitution when you are creating the bundle. When I run `databricks bundle init my-custom-bundle` it tries to replace parameters.bundleTarget and gets an error because I do not have this variable.
How can I use a scape character or pattern so I can deploy the ${{ parameters.bundleTarget }} as is, not making the substitution?
p.s. I am usint azure.yml.tmpl because I have to make substitutions in other parts of the yml file.
thanks