-
Notifications
You must be signed in to change notification settings - Fork 167
Expand file tree
/
Copy pathoutput.txt
More file actions
86 lines (85 loc) · 1.37 KB
/
output.txt
File metadata and controls
86 lines (85 loc) · 1.37 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
>>> uv run [UV_ARGS] -q [CLI] bundle validate --output json --include-locations
{
"experimental": {
"python": {
"resources": [
"resources:load_resources"
]
}
},
"resources": {
"jobs": {
"my_job": {
"deployment": {
"kind": "BUNDLE",
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/my_project/default/state/metadata.json"
},
"edit_mode": "UI_LOCKED",
"format": "MULTI_TASK",
"max_concurrent_runs": 1,
"name": "My Job",
"queue": {
"enabled": true
}
}
}
},
"__locations": {
"files": [
"__generated_by_python__.yml",
"databricks.yml",
"resources.py"
],
"locations": {
"bundle": [
[
1,
2,
3
]
],
"experimental": [
[
1,
9,
3
]
],
"python": [
[
1,
14,
3
]
],
"resources": [
[
0,
1,
880
]
],
"resources.jobs": [
[
0,
1,
889
]
],
"resources.jobs.my_job": [
[
2,
6,
1
]
],
"sync": [
[
1,
4,
7
]
]
}
}
}