Skip to content

Commit 224e9e7

Browse files
Change genie-space permission from CAN_EDIT to CAN_RUN
Updated permission level for genie-space.
1 parent d6626ce commit 224e9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent_genie/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resource_specs:
1111
- name: "genie-space"
1212
description: "Databricks Genie Space for multi-agent apps"
1313
genie_space_spec:
14-
permission: "CAN_EDIT" # use CAN_USE if your workspace doesn't support CAN_EDIT
14+
permission: "CAN_RUN" # use CAN_USE if your workspace doesn't support CAN_EDIT
1515

1616
user_api_scopes:
1717
- "sql"

0 commit comments

Comments
 (0)