mode: development not working as expected

kenmyers-8451
Contributor II

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:

Screenshot 2026-03-05 at 9.51.17 AM.png

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:

Screenshot 2026-03-05 at 9.53.51 AM.png

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"?