Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4ad0f0856225e3ebc6bb11392d09d63a19e6d140
86481d2fa23e3fb65128ea34b045fe585f7643f1
9 changes: 6 additions & 3 deletions databricks/sdk/service/database.py
100644 → 100755

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

9 changes: 6 additions & 3 deletions docs/workspace/database/database.rst
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,13 @@
Generates a credential that can be used to access database instances.

:param claims: List[:class:`RequestedClaims`] (optional)
The returned token will be scoped to the union of instance_names and instances containing the
specified UC tables, so instance_names is allowed to be empty.
A set of UC permissions to add to the credential. We verify that the caller has the necessary
permissions in UC and include a reference in the token. Postgres uses that token to give the
connecting user additional grants to the Postgres resources that correspond to the UC resources. The
UC resources need to be something that have a Postgres counterpart. For example, a synced table or a
table in a UC database catalog.
:param instance_names: List[str] (optional)
Instances to which the token will be scoped.
Instances to request a credential for. At least one of instance_names or claims must be specified.
:param request_id: str (optional)

:returns: :class:`DatabaseCredential`
Expand Down
Loading