Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 06:37 AM
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!
Labels:
- Labels:
-
Workflows