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 ad416a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion databricks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ 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:
Expand All @@ -70,3 +70,4 @@ targets:
user_name: ${var.email}
workspace:
host: https://adb-6718246255739942.2.azuredatabricks.net
root_path: /Shared/.bundle/prod/invaas

0 comments on commit ad416a2

Please sign in to comment.