Read Sql Credentials
Issue a short-lived Snowflake OAuth token to the caller's kernel.
A running kernel cannot receive an updated environment, and Snowflake's access tokens are minutes long, so a token injected at kernel start would be dead before the first query. 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. No browser surface needs a Snowflake token either.
Response
Successful Response
Changes
Changed in 2 of the 30 revisions of this API.2
- ○
added the optional property
to the response with the statusresponse-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
- ○