-
Notifications
You must be signed in to change notification settings - Fork 167
Expand file tree
/
Copy pathoutput.txt
More file actions
108 lines (107 loc) · 1.72 KB
/
output.txt
File metadata and controls
108 lines (107 loc) · 1.72 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
>>> uv run [UV_ARGS] -q [CLI] bundle validate --output json --include-locations
{
"experimental": {
"python": {
"mutators": [
"mutators:add_task_1",
"mutators:add_task_2"
]
}
},
"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": "Untitled",
"queue": {
"enabled": true
},
"tasks": [
{
"task_key": "task_1"
},
{
"task_key": "task_2"
}
]
}
}
},
"__locations": {
"files": [
"databricks.yml",
"mutators.py"
],
"locations": {
"bundle": [
[
0,
2,
3
]
],
"python": [
[
0,
7,
3
]
],
"resources": [
[
0,
12,
3
]
],
"resources.jobs": [
[
0,
13,
5
]
],
"resources.jobs.my_job": [
[
0,
14,
7
]
],
"resources.jobs.my_job.tasks": [
[
0,
14,
14
]
],
"resources.jobs.my_job.tasks[0]": [
[
1,
8,
1
]
],
"resources.jobs.my_job.tasks[1]": [
[
1,
8,
1
]
],
"sync": [
[
0,
4,
7
]
]
}
}
}