@Satyadeepak here's the databricks.yml taken from `databricks bundle init` and adjusted to this issue

 

 

bundle:
  name: my_project

include:
  - resources/*.yml

targets:
  dev:
    mode: development
    default: true
    run_as:
      user_name: ${workspace.current_user.userName}


  prod:
    mode: production
    presets:
      name_prefix: "prod_"
      tags:
        prod: "true"
    run_as:
      user_name: ${workspace.current_user.userName}

 

 

when deploying the above bundle to dev and prod this is the jobs that get created

evangelos_0-1737967245606.png