Databricks asset bundles: name_prefix doesn't work with presets

evangelos
New Contributor III

Hello!

I am deploying a databricks workflow using bundles and want to attach the prefix "prod_" to the name of my job.

My target uses the `mode: production` and I follow the instructions in https://learn.microsoft.com/en-us/azure/databricks/dev-tools/bundles/settings#mode-and-presets to set the name_prefix.

Unfortunatelly, nothing is happening 😞

To replicate:
- run `databricks bundle init` to create a new bundle repository
adjust the prod target in the `databricks.yml` according to the above documentation
- run `databricks bundle deploy -t prod`

Thanks!