Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 10 additions & 12 deletions databricks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,32 @@ targets:
mode: development
default: true
workspace:
host: https://adb-984752964297111.11.azuredatabricks.net
host: https://adb-XXX.azuredatabricks.net

stage:
mode: development
default: true
workspace:
host: https://adb-984752964297111.11.azuredatabricks.net
host: https://adb-XXX.azuredatabricks.net

prod1:
mode: production
workspace:
host: https://adb-984752964297111.11.azuredatabricks.net
# We explicitly specify /Workspace/Users/akshay.sharma@databricks.com to make sure we only have a single copy.
root_path: /Workspace/Users/akshay.sharma@databricks.com/.bundle/${bundle.name}/${bundle.target}
host: https://adb-XXX.azuredatabricks.net
root_path: /Workspace/Users/<user_name>/.bundle/${bundle.name}/${bundle.target}
permissions:
- user_name: akshay.sharma@databricks.com
- user_name: <user_name>
level: CAN_MANAGE
run_as:
user_name: akshay.sharma@databricks.com
user_name: <user_name>

prod2:
mode: production
workspace:
host: https://adb-2798386718567310.10.azuredatabricks.net
# We explicitly specify /Workspace/Users/akshay.sharma@databricks.com to make sure we only have a single copy.
root_path: /Workspace/Users/akshay.sharma@databricks.com/.bundle/${bundle.name}/${bundle.target}
host: https://adb-XXX.azuredatabricks.net
root_path: /Workspace/Users/<user_name>/.bundle/${bundle.name}/${bundle.target}
permissions:
- user_name: akshay.sharma@databricks.com
- user_name: <user_name>
level: CAN_MANAGE
run_as:
user_name: akshay.sharma@databricks.com
user_name: <user_name>
4 changes: 0 additions & 4 deletions resources/de_stack.job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ resources:
interval: 1
unit: DAYS

email_notifications:
on_failure:
- akshay.sharma@databricks.com

# job_clusters:
# - job_cluster_key: job_cluster
# new_cluster:
Expand Down
Loading