Conversation
3 tasks
tanmay-db
commented
Jan 8, 2024
| * elements are ordered by their name. | ||
| */ | ||
| ListStorageCredentialsResponse list(); | ||
| ListStorageCredentialsResponse list(ListStorageCredentialsRequest listStorageCredentialsRequest); |
mgyucht
approved these changes
Jan 8, 2024
tanmay-db
added a commit
that referenced
this pull request
Jan 9, 2024
* Update to OpenAPI spec ([#204](#204)). API Changes: * Changed `list()` method for `workspaceClient.externalLocations()` service to require request of `com.databricks.sdk.service.catalog.ListExternalLocationsRequest` class. * Changed `list()` method for `workspaceClient.storageCredentials()` service to require request of `com.databricks.sdk.service.catalog.ListStorageCredentialsRequest` class. * Added `nextPageToken` field for `com.databricks.sdk.service.catalog.ListExternalLocationsResponse`. * Added `maxResults` field for `com.databricks.sdk.service.catalog.ListFunctionsRequest`. * Added `pageToken` field for `com.databricks.sdk.service.catalog.ListFunctionsRequest`. * Added `nextPageToken` field for `com.databricks.sdk.service.catalog.ListFunctionsResponse`. * Added `maxResults` field for `com.databricks.sdk.service.catalog.ListSchemasRequest`. * Added `pageToken` field for `com.databricks.sdk.service.catalog.ListSchemasRequest`. * Added `nextPageToken` field for `com.databricks.sdk.service.catalog.ListSchemasResponse`. * Added `nextPageToken` field for `com.databricks.sdk.service.catalog.ListStorageCredentialsResponse`. * Added `omitColumns` field for `com.databricks.sdk.service.catalog.ListTablesRequest`. * Added `omitProperties` field for `com.databricks.sdk.service.catalog.ListTablesRequest`. * Added `com.databricks.sdk.service.catalog.ListExternalLocationsRequest` class. * Added `com.databricks.sdk.service.catalog.ListStorageCredentialsRequest` class. * Changed `list()` method for `workspaceClient.tokens()` service to return `com.databricks.sdk.service.settings.ListPublicTokensResponse` class. * Added `com.databricks.sdk.service.settings.ListPublicTokensResponse` class. * Added `com.databricks.sdk.service.dashboards` package. * Added `com.databricks.sdk.service.vectorsearch` package. OpenAPI SHA: a7a9dc025bb80303e676bf3708942c6aa06689f1, Date: 2024-01-04
Merged
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Jan 10, 2024
* Update to OpenAPI spec ([#204](#204)). Note: This release contains breaking changes, please see below. API Changes: * [Breaking] Changed `list()` method for `workspaceClient.externalLocations()` service to require request of `com.databricks.sdk.service.catalog.ListExternalLocationsRequest` class, `workspaceClient.storageCredentials()` service to require request of `com.databricks.sdk.service.catalog.ListStorageCredentialsRequest` class and `workspaceClient.tokens()` service to return `com.databricks.sdk.service.settings.ListPublicTokensResponse` class and `com.databricks.sdk.service.catalog.ListSchemasResponse`. * Added `nextPageToken` field for `com.databricks.sdk.service.catalog.ListExternalLocationsResponse`, `com.databricks.sdk.service.catalog.ListFunctionsResponse`, `com.databricks.sdk.service.catalog.ListSchemasResponse` and `com.databricks.sdk.service.catalog.ListStorageCredentialsResponse`. * Added `maxResults` field for `com.databricks.sdk.service.catalog.ListFunctionsRequest` and `com.databricks.sdk.service.catalog.ListSchemasRequest`. * Added `pageToken` field for `com.databricks.sdk.service.catalog.ListFunctionsRequest` and `com.databricks.sdk.service.catalog.ListSchemasRequest`. * Added `omitColumns` and `omitProperties` field for `com.databricks.sdk.service.catalog.ListTablesRequest`. * Added class: `com.databricks.sdk.service.catalog.ListExternalLocationsRequest`, `com.databricks.sdk.service.catalog.ListStorageCredentialsRequest` and `com.databricks.sdk.service.settings.ListPublicTokensResponse` class. * Added package: `com.databricks.sdk.service.dashboards` and `com.databricks.sdk.service.vectorsearch`. OpenAPI SHA: a7a9dc025bb80303e676bf3708942c6aa06689f1, Date: 2024-01-04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Generate SDK after updating it to OpenAPI spec.
Tests
Integration tests are running...