Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 12:42 AM
@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