-
Notifications
You must be signed in to change notification settings - Fork 161
Expand file tree
/
Copy pathout.plan2.direct.json
More file actions
74 lines (74 loc) · 1.9 KB
/
out.plan2.direct.json
File metadata and controls
74 lines (74 loc) · 1.9 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
{
"plan_version": 2,
"cli_version": "[DEV_VERSION]",
"lineage": "[UUID]",
"serial": 1,
"plan": {
"resources.catalogs.grants_catalog": {
"action": "skip",
"remote_state": {
"catalog_type": "MANAGED_CATALOG",
"comment": "Test catalog for grants",
"full_name": "catalog_grants_[UNIQUE_NAME]",
"name": "catalog_grants_[UNIQUE_NAME]",
"owner": "[USERNAME]"
},
"changes": {
"owner": {
"action": "skip",
"reason": "backend_default",
"remote": "[USERNAME]"
}
}
},
"resources.catalogs.grants_catalog.grants": {
"depends_on": [
{
"node": "resources.catalogs.grants_catalog",
"label": "${resources.catalogs.grants_catalog.id}"
}
],
"action": "update",
"new_state": {
"value": {
"full_name": "catalog_grants_[UNIQUE_NAME]",
"__embed__": [
{
"principal": "deco-test-user@databricks.com",
"privileges": [
"USE_CATALOG",
"USE_SCHEMA"
]
}
]
}
},
"remote_state": {
"full_name": "catalog_grants_[UNIQUE_NAME]",
"__embed__": [
{
"principal": "deco-test-user@databricks.com",
"privileges": [
"CREATE_SCHEMA",
"USE_CATALOG"
]
}
]
},
"changes": {
"[principal='deco-test-user@databricks.com'].privileges[0]": {
"action": "update",
"old": "CREATE_SCHEMA",
"new": "USE_CATALOG",
"remote": "CREATE_SCHEMA"
},
"[principal='deco-test-user@databricks.com'].privileges[1]": {
"action": "update",
"old": "USE_CATALOG",
"new": "USE_SCHEMA",
"remote": "USE_CATALOG"
}
}
}
}
}