Community-produced videos to help you leverage Databricks in your Data & AI journey. Tune in to explore industry trends and real-world use cases from leading data practitioners.
Databricks Asset Bundles is now GA (Generally Available). As more Databricks users start to rely on Databricks Asset Bundles (DABs) for their development and deployment workflows, let's look at some advanced patterns people have been asking for examples to help them get started.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.