Shrikant K
Shrikant K
@shreyas-goenka I have defined variables other then project_name in databricks_template_schema.json something like below ``` { "properties": { "bundle_name": { "type": "string", "default": "ABC", "description": "Bundle name", "order": 1 }, "project_name":...
Hi @DMcGhee94 , you can the following format which I'm using currently "{{"{{"}}job.parameters.ABC{{"}}"}}" which will result in {{job.parameters.ABC}} Hope this helps.
@DMcGhee94 I don't remember exactly how I got this solution, but I think someone on this issue suggested to use that format.