- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2026 06:57 AM
Hey I'm trying to add mode: development to my "Development" target (which is default) but it does not seem to be working as I expected. Here is what my targets file looks like:
I'm deploying with this command: databricks272 bundle deploy -p dev3 -t Development
databricks272 = an installation of 0.272.0 (I work with a few different teams with different versions so this is the version this team is on), dev3 points to a specific databricks workspace (company has multiple dev workspace). I've tried it with and without -t defined and arrive at the same result.
This is what I see for the job being deployed:
What I expected: per the docs, I expected the job name to be prepended with my short name, [dev ${workspace.current_user.short_name}] and tag it with "dev". However I don't see either of these. This is definitely the resource being deployed by this bundle, if I destroy it then the above job disappears. Am I misunderstanding the definition of "all resources that are not deployed as files or notebooks"?
- Labels:
-
Workflows