Skip to content

Commit 41f1616

Browse files
committed
Added BROWSE privilege
1 parent cc7c236 commit 41f1616

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

databricks/sdk/service/catalog.py

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

databricks/sdk/service/sharing.py

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dbdataclasses/catalog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,9 @@ These dataclasses are used in the SDK to represent API requests and responses fo
10231023
.. py:attribute:: APPLY_TAG
10241024
:value: "APPLY_TAG"
10251025

1026+
.. py:attribute:: BROWSE
1027+
:value: "BROWSE"
1028+
10261029
.. py:attribute:: CREATE
10271030
:value: "CREATE"
10281031

docs/dbdataclasses/sharing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ These dataclasses are used in the SDK to represent API requests and responses fo
221221
.. py:attribute:: APPLY_TAG
222222
:value: "APPLY_TAG"
223223

224+
.. py:attribute:: BROWSE
225+
:value: "BROWSE"
226+
224227
.. py:attribute:: CREATE
225228
:value: "CREATE"
226229

0 commit comments

Comments
 (0)