@Generated public interface TemporaryPathCredentialsService
Temporary path credentials ensure that data access is limited in scope and duration, reducing the risk of unauthorized access or misuse. To use the temporary path credentials API, a metastore admin needs to enable the external_access_enabled flag (off by default) at the metastore level. A user needs to be granted the EXTERNAL USE LOCATION permission by external location owner. For requests on existing external tables and external volumes, user also needs to be granted the EXTERNAL USE SCHEMA permission at the schema level by catalog owner.
Note that EXTERNAL USE SCHEMA is a schema level permission that can only be granted by catalog owner explicitly and is not included in schema ownership or ALL PRIVILEGES on the schema for security reasons. Similarly, EXTERNAL USE LOCATION is an external location level permission that can only be granted by external location owner explicitly and is not included in external location ownership or ALL PRIVILEGES on the external location for security reasons.
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
GenerateTemporaryPathCredentialResponse |
generateTemporaryPathCredentials(GenerateTemporaryPathCredentialRequest generateTemporaryPathCredentialRequest)
Get a short-lived credential for directly accessing cloud storage locations registered in
Databricks.
|
GenerateTemporaryPathCredentialResponse generateTemporaryPathCredentials(GenerateTemporaryPathCredentialRequest generateTemporaryPathCredentialRequest)
Copyright © 2026. All rights reserved.