forked from marvelousmlops/marvel-characters
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabricks.yml
More file actions
53 lines (46 loc) · 1.04 KB
/
databricks.yml
File metadata and controls
53 lines (46 loc) · 1.04 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
bundle:
name: marvel-characters
include:
- resources/*
artifacts:
default:
type: whl
build: uv build
path: .
variables:
git_sha:
description: git_sha
default: abcd
branch:
description: branch
default: main
schedule_pause_status:
description: schedule pause status
default: PAUSED
targets:
dev:
default: true
mode: development
workspace:
host: <your host>
root_path: /Workspace/Users/${workspace.current_user.userName}/.bundle/${bundle.target}/${bundle.name}
profile: marvelous
variables:
schedule_pause_status: PAUSED
acc:
presets:
name_prefix: 'acc_'
workspace:
host: <your host>
root_path: /Shared/.bundle/${bundle.target}/${bundle.name}
profile: marvelous
variables:
schedule_pause_status: PAUSED
prd:
mode: production
workspace:
host: <your host>
root_path: /Shared/.bundle/${bundle.target}/${bundle.name}
profile: marvelous
variables:
schedule_pause_status: PAUSED # normally UNPAUSED