-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdatabricks.yml
More file actions
36 lines (31 loc) · 1.13 KB
/
databricks.yml
File metadata and controls
36 lines (31 loc) · 1.13 KB
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
# This is a Databricks asset bundle definition for nhp_data.
# The Databricks extension requires databricks.yml configuration file.
# See https://docs.databricks.com/dev-tools/bundles/index.html for documentation.
bundle:
name: nhp_data
uuid: 6d4b9e0d-57e5-4452-97cb-8135da582dc5
include:
- databricks_workflows/*.yaml
artifacts:
nhp_data:
type: whl
build: uv build
path: .
targets:
dev:
# The default target uses 'mode: development' to create a development copy.
# - Deployed resources get prefixed with '[dev my_user_name]'
# - Any job schedules and triggers are paused by default.
# See also https://docs.databricks.com/dev-tools/bundles/deployment-modes.html.
mode: development
default: true
workspace:
host: https://adb-6450443583208388.8.azuredatabricks.net
prod:
mode: production
workspace:
host: https://adb-6450443583208388.8.azuredatabricks.net
root_path: /Workspace/Users/${workspace.current_user.userName}/.bundle/${bundle.name}/${bundle.target}
permissions:
- group_name: UDAL - Databricks - NewHospitalProgramme - PROD
level: CAN_MANAGE