-
Notifications
You must be signed in to change notification settings - Fork 165
Expand file tree
/
Copy pathout.plan_noop.direct.json
More file actions
76 lines (76 loc) · 2.11 KB
/
out.plan_noop.direct.json
File metadata and controls
76 lines (76 loc) · 2.11 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
{
"plan_version": 1,
"cli_version": "[DEV_VERSION]",
"plan": {
"resources.jobs.bar": {
"depends_on": [
{
"node": "resources.pipelines.foo",
"label": "${resources.pipelines.foo.id}"
}
],
"action": "skip",
"remote_state": {
"created_time": [UNIX_TIME_MILLIS][0],
"creator_user_name": "[USERNAME]",
"job_id": [BAR_ID],
"run_as_user_name": "[USERNAME]",
"settings": {
"deployment": {
"kind": "BUNDLE",
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/test-bundle/default/state/metadata.json"
},
"description": "depends on foo id [UUID]",
"edit_mode": "UI_LOCKED",
"email_notifications": {},
"format": "MULTI_TASK",
"max_concurrent_runs": 1,
"name": "job bar",
"queue": {
"enabled": true
},
"timeout_seconds": 0,
"webhook_notifications": {}
}
},
"changes": {
"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"
}
}
}
},
"resources.pipelines.foo": {
"action": "skip",
"remote_state": {
"creator_user_name": "[USERNAME]",
"last_modified": [UNIX_TIME_MILLIS][1],
"name": "pipeline foo",
"pipeline_id": "[UUID]",
"run_as_user_name": "[USERNAME]",
"spec": {
"channel": "CURRENT",
"deployment": {
"kind": "BUNDLE",
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/test-bundle/default/state/metadata.json"
},
"edition": "ADVANCED",
"id": "[UUID]",
"name": "pipeline foo",
"storage": "dbfs:/my-new-storage"
},
"state": "IDLE"
}
}
}
}