Skip to content

Commit a518e73

Browse files
committed
Genie Docs
1 parent 2b3e947 commit a518e73

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/docs/dash/bi/genie_api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ Copy and paste the Genie space ID from the Genie UI URL as rooms/<SPACE-ID>?o=.
6868
Your [app service principal](https://docs.databricks.com/aws/en/dev-tools/databricks-apps/#how-does-databricks-apps-manage-authorization) needs the following permissions:
6969

7070
- `SELECT` on the Unity Catalog table
71-
- `CAN USE` on the SQL warehouse
72-
- `CAN RUN` on the Genie Space
71+
- `CAN USE` the SQL warehouse
72+
- `CAN VIEW` the Genie Space
7373

7474
:::
7575

docs/docs/streamlit/bi/genie_api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ Copy and paste the Genie space ID from the Genie UI URL as rooms/<SPACE-ID>?o=.
8383
Your [app service principal](https://docs.databricks.com/aws/en/dev-tools/databricks-apps/#how-does-databricks-apps-manage-authorization) needs the following permissions:
8484

8585
- `SELECT` on the Unity Catalog table
86-
- `CAN USE` on the SQL warehouse
87-
- `CAN RUN` on the Genie Space
86+
- `CAN USE` the SQL warehouse
87+
- `CAN VIEW` the Genie Space
8888

8989
:::
9090

streamlit/views/genie_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ def process_genie_response(response):
168168
"""
169169
**Permissions (app service principal)**
170170
* `SELECT` on the Unity Catalog table
171-
* `CAN USE` on the SQL warehouse
172-
* `CAN RUN` on the Genie Space
171+
* `CAN USE` the SQL warehouse
172+
* `CAN VIEW` the Genie Space
173173
"""
174174
)
175175

0 commit comments

Comments
 (0)