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
Copy file name to clipboardExpand all lines: docs/data-sources/policy.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ The policy data source.
26
26
-`disable_copy_data_policy` (Block List, Max: 1) Restrict data copying in SQL Editor (Admins/DBAs allowed) (see [below for nested schema](#nestedblock--disable_copy_data_policy))
27
27
-`global_masking_policy` (Block List, Max: 1) (see [below for nested schema](#nestedblock--global_masking_policy))
28
28
-`masking_exception_policy` (Block List, Max: 1) (see [below for nested schema](#nestedblock--masking_exception_policy))
29
+
-`query_data_policy` (Block List, Max: 1) The policy for query data (see [below for nested schema](#nestedblock--query_data_policy))
29
30
-`rollout_policy` (Block List, Max: 1) Control issue rollout. Learn more: https://docs.bytebase.com/administration/environment-policy/rollout-policy (see [below for nested schema](#nestedblock--rollout_policy))
30
31
31
32
### Read-Only
@@ -102,6 +103,20 @@ Optional:
102
103
103
104
104
105
106
+
<aid="nestedblock--query_data_policy"></a>
107
+
### Nested Schema for `query_data_policy`
108
+
109
+
Required:
110
+
111
+
-`disable_export` (Boolean) Disable export data in the SQL editor
112
+
113
+
Optional:
114
+
115
+
-`maximum_result_rows` (Number) The return rows limit. If the value <= 0, will be treated as no limit. The default value is -1.
116
+
-`maximum_result_size` (Number) The size limit in bytes. The default value is 100MB, we will use the default value if the limit <= 0.
117
+
-`timeout_in_seconds` (Number) The maximum time allowed for a query to run in SQL Editor. No limit when the value <= 0
Copy file name to clipboardExpand all lines: docs/data-sources/setting.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ The setting data source.
24
24
-`classification` (Block List, Max: 1) Classification for data masking. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--classification))
25
25
-`password_restriction` (Block List, Max: 1) Restrict for login password (see [below for nested schema](#nestedblock--password_restriction))
26
26
-`semantic_types` (Block Set) Semantic types for data masking. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--semantic_types))
27
-
-`sql_query_restriction` (Block List, Max: 1) Restrict for SQL query result (see [below for nested schema](#nestedblock--sql_query_restriction))
28
27
-`workspace_profile` (Block List, Max: 1) (see [below for nested schema](#nestedblock--workspace_profile))
29
28
30
29
### Read-Only
@@ -159,15 +158,6 @@ Required:
159
158
160
159
161
160
162
-
<aid="nestedblock--sql_query_restriction"></a>
163
-
### Nested Schema for `sql_query_restriction`
164
-
165
-
Optional:
166
-
167
-
-`maximum_result_rows` (Number) The return rows limit. If the value <= 0, will be treated as no limit. The default value is -1.
168
-
-`maximum_result_size` (Number) The size limit in bytes. The default value is 100MB, we will use the default value if the setting not exists, or the limit <= 0.
Copy file name to clipboardExpand all lines: docs/resources/setting.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ The setting resource.
26
26
-`environment_setting` (Block List) The environment (see [below for nested schema](#nestedblock--environment_setting))
27
27
-`password_restriction` (Block List, Max: 1) Restrict for login password (see [below for nested schema](#nestedblock--password_restriction))
28
28
-`semantic_types` (Block Set) Semantic types for data masking. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--semantic_types))
29
-
-`sql_query_restriction` (Block List, Max: 1) Restrict for SQL query result (see [below for nested schema](#nestedblock--sql_query_restriction))
30
29
-`workspace_profile` (Block List, Max: 1) (see [below for nested schema](#nestedblock--workspace_profile))
31
30
32
31
### Read-Only
@@ -235,15 +234,6 @@ Required:
235
234
236
235
237
236
238
-
<aid="nestedblock--sql_query_restriction"></a>
239
-
### Nested Schema for `sql_query_restriction`
240
-
241
-
Optional:
242
-
243
-
-`maximum_result_rows` (Number) The return rows limit. If the value <= 0, will be treated as no limit. The default value is -1.
244
-
-`maximum_result_size` (Number) The size limit in bytes. The default value is 100MB, we will use the default value if the setting not exists, or the limit <= 0.
0 commit comments