forked from alexott/dlt-files-in-repos-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatabricks.yml
46 lines (41 loc) · 1.66 KB
/
databricks.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# This is a Databricks asset bundle definition for my_project.
# See https://docs.databricks.com/dev-tools/bundles/index.html for documentation.
bundle:
name: my_project
include:
- resources/*.yml
targets:
# The 'dev' target, for development purposes. This target is the default.
dev_test:
# We use 'mode: development' to indicate this is a personal development copy:
# - Deployed resources get prefixed with '[dev my_user_name]'
# - Any job schedules and triggers are paused by default
# - The 'development' mode is used for Delta Live Tables pipelines
mode: development
default: true
workspace:
host: https://adb-5676227643839758.18.azuredatabricks.net
run_as:
service_principal_name: 9549030e-28bd-4117-9425-aae80bb32e5e
dev:
workspace:
host: https://adb-5676227643839758.18.azuredatabricks.net
root_path: /Shared/.bundle/${bundle.name}/${bundle.target}
run_as:
service_principal_name: 9549030e-28bd-4117-9425-aae80bb32e5e
staging:
workspace:
host: https://adb-1514846600999043.3.azuredatabricks.net
root_path: /Shared/.bundle/${bundle.name}/${bundle.target}
run_as:
service_principal_name: 7c260c8d-5e45-4376-9dfb-2a653d3d49b4
# The 'prod' target, used for production deployment.
prod:
# We use 'mode: production' to indicate this is a production deployment.
# Doing so enables strict verification of the settings below.
mode: production
workspace:
host: https://adb-4274239058909652.12.azuredatabricks.net/
root_path: /Shared/.bundle/${bundle.name}/${bundle.target}
run_as:
service_principal_name: a142ef6c-1ad5-42f5-aa75-28b591e0be98