Hello!
I am using service principal id to authenticate my databricks bundle. But when the job runs, this id is automatically appended to both the name and tags column on the jobs run page.
In my databricks.yml file I have name: "[${var.environment}]" for the job. But on databricks, it looks something like [xxxxxxxx_xxxx_xxxx_xxx_xxxxxxxxxxxx] [${var.environment}].
How can I stop databricks from appending the service principal uuid to the name?
Thank you very much!
Zach