-
Notifications
You must be signed in to change notification settings - Fork 150
Expand file tree
/
Copy pathout.plan_update.direct.json
More file actions
99 lines (99 loc) · 2.57 KB
/
out.plan_update.direct.json
File metadata and controls
99 lines (99 loc) · 2.57 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
{
"plan": {
"resources.jobs.foo": {
"action": "update",
"new_state": {
"value": {
"deployment": {
"kind": "BUNDLE",
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/test-bundle/default/state/metadata.json"
},
"edit_mode": "UI_LOCKED",
"format": "MULTI_TASK",
"job_clusters": [
{
"job_cluster_key": "key",
"new_cluster": {
"num_workers": 0,
"spark_version": "13.3.x-scala2.12"
}
}
],
"max_concurrent_runs": 1,
"name": "foo",
"queue": {
"enabled": true
},
"trigger": {
"pause_status": "UNPAUSED",
"periodic": {
"interval": 1,
"unit": "HOURS"
}
}
}
},
"remote_state": {
"created_time": [UNIX_TIME_MILLIS],
"creator_user_name": "[USERNAME]",
"job_id": [JOB_ID],
"run_as_user_name": "[USERNAME]",
"settings": {
"deployment": {
"kind": "BUNDLE",
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/test-bundle/default/state/metadata.json"
},
"edit_mode": "UI_LOCKED",
"email_notifications": {},
"format": "MULTI_TASK",
"job_clusters": [
{
"job_cluster_key": "key",
"new_cluster": {
"num_workers": 0,
"spark_version": "13.3.x-scala2.12"
}
}
],
"max_concurrent_runs": 1,
"name": "foo",
"queue": {
"enabled": true
},
"timeout_seconds": 0,
"trigger": {
"pause_status": "UNPAUSED",
"periodic": {
"interval": 1,
"unit": "DAYS"
}
},
"webhook_notifications": {}
}
},
"changes": {
"local": {
"trigger.periodic.unit": {
"action": "update",
"old": "DAYS",
"new": "HOURS"
}
},
"remote": {
"email_notifications": {
"action": "skip",
"reason": "server_side_default"
},
"timeout_seconds": {
"action": "skip",
"reason": "server_side_default"
},
"webhook_notifications": {
"action": "skip",
"reason": "server_side_default"
}
}
}
}
}
}