UCTokenBasedRestClient¶
UCTokenBasedRestClient is an UCClient that uses the Unity Catalog Client API (with TokenProvider-based authentication) for managing delta table commits and metadata.
Creating Instance¶
UCTokenBasedRestClient takes the following to be created:
- Base URI
-
TokenProvider - Application Version Metadata (
Map<String, String>)
UCTokenBasedRestClient is created when:
UCTokenBasedRestClientFactoryis requested to createUCClientWithVersions