Skip to content

Commit

Permalink
feat: update deployment config target variables
Browse files Browse the repository at this point in the history
  • Loading branch information
daneisburgh committed Dec 20, 2023
1 parent 5e267f0 commit 0ca1d72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion databricks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,16 @@ targets:
run_as:
user_name: ${var.email}
variables:
root_path: "/Workspace/Shared/.bundle/dev/${var.email}/invaas/files"
schedule_pause_status: "PAUSED"
root_path: "/Workspace/Shared/.bundle/dev/${var.email}/invaas/files"
workspace:
host: https://adb-6718246255739942.2.azuredatabricks.net
prod:
mode: production
run_as:
user_name: ${var.email}
variables:
schedule_pause_status: "UNPAUSED"
root_path: "/Workspace/Shared/.bundle/prod/invaas/files"
workspace:
host: https://adb-6718246255739942.2.azuredatabricks.net

0 comments on commit 0ca1d72

Please sign in to comment.