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
* Update roles-and-permissions.md
More precise wording for can_run_python_script
* Update roles-and-permissions.md
More precise wording of share_limits
* Update roles-and-permissions.md
More precise wording of can_run_python_script
Copy file name to clipboardExpand all lines: docs/configuration/roles-and-permissions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The following permissions are supported in roles:
20
20
| can_generate_external_link | 1.0 | Permission to create external links | If set to False, the user cannot create external links. (The menu item "External link" in the share dialog is hidden.) |
21
21
| can_create_common_dataset | 1.0 | Permission to create common datasets (CDS) | If set to False, the user cannot create CDS. |
22
22
| can_use_advanced_permissions | 1.1 | Permission to use advanced permissions | Advanced permissions include table permissions, column permissions, view share, custom sharing permissions, row locking. |
23
-
| can_run_python_script | 1.4 | Permission to run Python scripts |Does not apply to org users. The execution of Python scripts requires the installation of [Python Pipeline](../installation/components/python-pipeline.md). |
23
+
| can_run_python_script | 1.4 | Permission to run Python scripts |If set to False, the action "Run script" in the button column and "Run script" in the script side panel are disabled; in automation rules, the action "Run Python script" is not available. The execution of Python scripts requires the installation of [Python Pipeline](../installation/components/python-pipeline.md). Does not apply to org users and group bases. |
24
24
| can_use_advanced_customization | 2.0 | Permission to use advanced customizations | Advanced customization includes base security settings. |
25
25
| can_use_external_app | 2.2 | Permission to create and manage apps | If set to False, the user cannot create apps or access apps in edit mode. (The app-icon is hidden in the base.) |
26
26
| can_use_automation_rules | 2.2 | Permission to create and manage automation rules | If set to False, the user cannot create or modify automation rules. (The menu item "Automation rules" is hidden in the base.) Does not apply to org users and group bases. |
@@ -38,8 +38,8 @@ The following quotas are supported in roles:
38
38
| row_limit | 1.0 | Total row limit for all personal bases: 10000 means a limit of 10 000 rows; -1 means no row limit | Rows in shared bases owned by another user, rows in group bases, and rows in the big data storage do not count against the row limit. Does NOT apply to org users. |
39
39
| big_data_row_limit | 3.1 | Total row limit in big data storage for all bases: 100000 means a limit of 100 000 rows | This item is used for the role of teams rather than users. Does NOT apply to org users. |
40
40
| scripts_running_limit | 2.3 | Total number of _Python_ scripts run within a month: 100 means 100 script runs per month; -1 means unlimited script runs | The script run counter is reset at the beginning of every month. |
41
-
| snapshot_days | 2.1 | Retention period for snapshots in days. 180 means a storage period of 180 days; no value means an unlimited retention period | Snapshots older than the retention period are automatically removed. |
42
-
| share_limit || Max number of users a base can be shared with||
41
+
| snapshot_days | 2.1 | Retention period for snapshots in days: 180 means a storage period of 180 days; no value means an unlimited retention period | Snapshots older than the retention period are automatically removed. |
42
+
| share_limit || Max number of users a base can be shared with: 100 means a base can be shared with 100 users||
43
43
44
44
The default value for all quotas is no value or empty string. This means that if a quota is not specifically set, no quota is applied.
0 commit comments