Skip to content

Commit

Permalink
update from comments
Browse files Browse the repository at this point in the history
Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
  • Loading branch information
vikrantpuppala committed Oct 1, 2024
1 parent 9efc6c8 commit 1f7346b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
6 changes: 3 additions & 3 deletions api/Apis/MetastoresApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ All URIs are relative to *http://localhost:8080/api/2.1/unity-catalog*

| Method | HTTP request | Description |
|------------- | ------------- | -------------|
| [**summary**](MetastoresApi.md#summary) | **GET** /metastore_summary | Get a metastore summary |
| [**summary**](MetastoresApi.md#summary) | **GET** /metastore_summary | Get the summary of a metastore |


<a name="summary"></a>
# **summary**
> GetMetastoreSummaryResponse summary()
Get a metastore summary
Get the summary of a metastore

Gets information about a metastore. This summary includes the storage credential, the cloud vendor, the cloud region, and the global metastore ID.
Gets information about a metastore. The summary includes the metastore id, name, creation time and update time.

### Parameters
This endpoint does not need any parameter.
Expand Down
11 changes: 10 additions & 1 deletion api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ All URIs are relative to *http://localhost:8080/api/2.1/unity-catalog*
*FunctionsApi* | [**deleteFunction**](Apis/FunctionsApi.md#deletefunction) | **DELETE** /functions/{name} | Delete a function |
*FunctionsApi* | [**getFunction**](Apis/FunctionsApi.md#getfunction) | **GET** /functions/{name} | Get a function |
*FunctionsApi* | [**listFunctions**](Apis/FunctionsApi.md#listfunctions) | **GET** /functions | List functions |
| *MetastoresApi* | [**summary**](Apis/MetastoresApi.md#summary) | **GET** /metastore_summary | Get a metastore summary |
| *GrantsApi* | [**get**](Apis/GrantsApi.md#get) | **GET** /permissions/{securable_type}/{full_name} | Get permissions |
*GrantsApi* | [**update**](Apis/GrantsApi.md#update) | **PATCH** /permissions/{securable_type}/{full_name} | Update a permission |
| *MetastoresApi* | [**summary**](Apis/MetastoresApi.md#summary) | **GET** /metastore_summary | Get the summary of a metastore |
| *ModelVersionsApi* | [**createModelVersion**](Apis/ModelVersionsApi.md#createmodelversion) | **POST** /models/versions | Create a model version. |
*ModelVersionsApi* | [**deleteModelVersion**](Apis/ModelVersionsApi.md#deletemodelversion) | **DELETE** /models/{full_name}/versions/{version} | Delete a model version |
*ModelVersionsApi* | [**finalizeModelVersion**](Apis/ModelVersionsApi.md#finalizemodelversion) | **PATCH** /models/{full_name}/versions/{version}/finalize | Finalize a model version |
Expand Down Expand Up @@ -91,15 +93,22 @@ All URIs are relative to *http://localhost:8080/api/2.1/unity-catalog*
- [ModelVersionOperation](./Models/ModelVersionOperation.md)
- [ModelVersionStatus](./Models/ModelVersionStatus.md)
- [PathOperation](./Models/PathOperation.md)
- [PermissionsChange](./Models/PermissionsChange.md)
- [PermissionsList](./Models/PermissionsList.md)
- [PrincipalType](./Models/PrincipalType.md)
- [Privilege](./Models/Privilege.md)
- [PrivilegeAssignment](./Models/PrivilegeAssignment.md)
- [RegisteredModelInfo](./Models/RegisteredModelInfo.md)
- [SchemaInfo](./Models/SchemaInfo.md)
- [SecurableType](./Models/SecurableType.md)
- [TableDependency](./Models/TableDependency.md)
- [TableInfo](./Models/TableInfo.md)
- [TableOperation](./Models/TableOperation.md)
- [TableType](./Models/TableType.md)
- [TemporaryCredentials](./Models/TemporaryCredentials.md)
- [UpdateCatalog](./Models/UpdateCatalog.md)
- [UpdateModelVersion](./Models/UpdateModelVersion.md)
- [UpdatePermissions](./Models/UpdatePermissions.md)
- [UpdateRegisteredModel](./Models/UpdateRegisteredModel.md)
- [UpdateSchema](./Models/UpdateSchema.md)
- [UpdateVolumeRequestContent](./Models/UpdateVolumeRequestContent.md)
Expand Down
4 changes: 2 additions & 2 deletions api/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1123,9 +1123,9 @@ paths:
tags:
- Metastores
operationId: summary
summary: Get a metastore summary
summary: Get the summary of a metastore
description: |
Gets information about a metastore. This summary includes the storage credential, the cloud vendor, the cloud region, and the global metastore ID.
Gets information about a metastore. The summary includes the metastore id, name, creation time and update time.
responses:
'200':
description: The metastore summary was successfully retrieved.
Expand Down

0 comments on commit 1f7346b

Please sign in to comment.