Skip to content

Commit

Permalink
Update SDK to OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmay-db committed Apr 22, 2024
1 parent c2367af commit a2b7b97
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions databricks/sdk/service/sql.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/account/iam/workspace_assignment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
workspace_id = os.environ["DUMMY_WORKSPACE_ID"]
_ = a.workspace_assignment.update(workspace_id=workspace_id,
principal_id=spn_id,
permissions=[iam.WorkspacePermission.USER])
a.workspace_assignment.update(workspace_id=workspace_id,
principal_id=spn_id,
permissions=[iam.WorkspacePermission.USER])
Create or update permissions assignment.

Expand Down
2 changes: 2 additions & 0 deletions docs/dbdataclasses/sql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ These dataclasses are used in the SDK to represent API requests and responses fo

.. py:class:: ChannelName
Name of the channel

.. py:attribute:: CHANNEL_NAME_CURRENT
:value: "CHANNEL_NAME_CURRENT"

Expand Down
3 changes: 3 additions & 0 deletions docs/workspace/compute/clusters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,8 @@
:param photon_driver_capable: bool
:param graviton: bool
:param is_io_cache_enabled: bool
:param support_port_forwarding: bool
:param fleet: bool

:returns: `node_type` compatible string

Expand All @@ -868,6 +870,7 @@
:param beta: bool
:param latest: bool
:param ml: bool
:param genomics: bool
:param gpu: bool
:param scala: str
:param spark_version: str
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2b7b97

Please sign in to comment.