OpenAPI 3.1.02026-08-12358237329.2 KB
dcf9b4550387
databricks
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.
get/api/databricks/sql-credentials
Response
Successful Response