You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: support set roles for user in workspace level
* fix: lint
* fix: test
* chore: support group
* fix: test
* fix: test
* chore: update examples
* chore: support database catalog
* fix: lint
* chore: support workspace profile setting
* fix: lint
* chore: support configure classification
* fix: lint
Copy file name to clipboardExpand all lines: docs/data-sources/setting.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ The setting data source.
21
21
22
22
### Optional
23
23
24
+
-`classification` (Block List, Max: 1) Classification for data masking. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--classification))
24
25
-`workspace_profile` (Block List, Max: 1) (see [below for nested schema](#nestedblock--workspace_profile))
25
26
26
27
### Read-Only
@@ -29,6 +30,39 @@ The setting data source.
29
30
-`external_approval_nodes` (Block List) Configure external nodes in the approval flow. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--external_approval_nodes))
30
31
-`id` (String) The ID of this resource.
31
32
33
+
<aid="nestedblock--classification"></a>
34
+
### Nested Schema for `classification`
35
+
36
+
Optional:
37
+
38
+
-`classification_from_config` (Boolean) If true, we will only store the classification in the config. Otherwise we will get the classification from table/column comment, and write back to the schema metadata.
39
+
-`classifications` (Block List) (see [below for nested schema](#nestedblock--classification--classifications))
40
+
-`id` (String) The classification unique uuid.
41
+
-`levels` (Block List) (see [below for nested schema](#nestedblock--classification--levels))
42
+
-`title` (String) The classification title. Optional.
Copy file name to clipboardExpand all lines: docs/resources/setting.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ The setting resource.
22
22
### Optional
23
23
24
24
-`approval_flow` (Block List) Configure risk level and approval flow for different tasks. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--approval_flow))
25
+
-`classification` (Block List, Max: 1) Classification for data masking. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--classification))
25
26
-`external_approval_nodes` (Block List) Configure external nodes in the approval flow. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--external_approval_nodes))
26
27
-`workspace_profile` (Block List, Max: 1) (see [below for nested schema](#nestedblock--workspace_profile))
27
28
@@ -84,6 +85,39 @@ Optional:
84
85
85
86
86
87
88
+
<aid="nestedblock--classification"></a>
89
+
### Nested Schema for `classification`
90
+
91
+
Optional:
92
+
93
+
-`classification_from_config` (Boolean) If true, we will only store the classification in the config. Otherwise we will get the classification from table/column comment, and write back to the schema metadata.
94
+
-`classifications` (Block List) (see [below for nested schema](#nestedblock--classification--classifications))
95
+
-`id` (String) The classification unique uuid.
96
+
-`levels` (Block List) (see [below for nested schema](#nestedblock--classification--levels))
97
+
-`title` (String) The classification title. Optional.
0 commit comments