Read Sql Credentials
Issue a short-lived SQL warehouse credential to the caller's kernel.
A running kernel cannot receive an updated environment, so a token injected at kernel start would be pinned to a value that expires within the hour. The kernel calls this per connection instead; nothing durable is written into its environment.
Kernel-only, because a kernel holds an internal principal token and no cookie. The session and API-key dependency the rest of this router uses rejects that token, so this route would answer nothing that ever calls it. No browser surface needs a Databricks token either.
Response
Successful Response
Changes
Changed in 2 of the 16 revisions of this API.2
- ○
added the optional property
warehouse_idto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○